assets-squasher 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/bin/assets-squasher +1 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc63725ad361e4754730e24c40f6923cda58069b
|
4
|
+
data.tar.gz: a76a0f760818cb445519ffa8fc9a317d605e2bb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57ec5225d15fb5d63af21e7889044d6395b8de9654af8b17ee9633da2559770057fd53c41b3d65f4ae0fd0ed6aeca7619a7f0f099b995506d7709b6f9303f34f
|
7
|
+
data.tar.gz: d017c83cb6badcc127189833d98e9a9049ead6769452038dffd5748ff38ff437c484a304e3096b834bfe922e80d614394293253ed18c541e8ea97a0721e861cc
|
data/README.md
CHANGED
@@ -60,6 +60,10 @@ npm -g uglify-js uglifycss
|
|
60
60
|
gem install assets-asquasher
|
61
61
|
```
|
62
62
|
|
63
|
+
## TODO
|
64
|
+
|
65
|
+
Since RubyGems is a piece of crap and couldn't fucking help it but to create an idiotic wrapper around the original file, our DATA are fucking gone. Fuck you RubyGems, fuck you, fuck you, fuck you!
|
66
|
+
|
63
67
|
## Footnotes
|
64
68
|
|
65
69
|
[1] Or alternatively you could use one build file with source maps, but then you have to user guard or something to constantly rebuild it.
|
data/bin/assets-squasher
CHANGED