-
Sqwish has open issues and hasn't had a commit in 3 years.
https://github.com/ded/sqwish/issues/10
lets use this.
https://www.npmjs.com/package/uglifycss
-
`div { margin: 0%; }` should sqwish down to `div{margin:0}`. Same goes for any other unit. I see `0em` is often misguidedly used around...
If I put in a pull req for this by simply making the regex r…
-
sqwish incorrectly combines pseudo-classes with the previous selector when it is unqualified.
styles.css
``` css
.class :first-child {
color: red;
}
```
styles.min.css
``` css
.class:first-chi…
-
NOTE: I was not sure how to get in contact with you @fizker , so i created this issue. If this is out of the scope of the project, or whatever, please forgive me and close/delete the issue as you see …
-
Here's what I have in my app.rb.
``` ruby
require 'sinatra/assetpack'
Sinatra::Application.register Sinatra::AssetPack
assets do
serve '/js', :from => "assets/js"
serve '/css', :from => "assets/…
marks updated
9 years ago
-
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6',endColorstr='#ffffff',GradientType=0 )
This line is broken if "ffffff" is replaced by "fff" (and fff is for some strange reaso…
-
`npm install` gives the following warnings indicated that some packages should be updated or installed differently
```
npm WARN deprecated minifier@0.7.1: please don't use. see readme (https://git…
-
Compression is one of the most important things in a build system and I have the feeling that this is currently one of the weakest parts of our system. There are a couple of issues that I would like t…
-
- [x] `mustache-spec` - mustache/spec as package
- [ ] should add to tests, tests for mustache-compliant modules
- [ ] `mustache-spec-tests` - adapter for mustache spec (like `promises-tests`)
- [ ]…
-
## Details
Impossible to install dev dependencies to an unpublished package version on npm. As stated by the author: https://www.npmjs.com/package/i
### Description
I don't know which package depend…