| Usage |
$ jspp input > output |
||||||||
|---|---|---|---|---|---|---|---|---|---|
| Examples |
$ jspp example/main.js
var my_script;
var style = "html, body {margin:0; padding:0}\
.i-am-child {}\
.my-style {background: #fffacc}"
JavaScript preprocessor in a wild: GitHub Live Preview, Faviconize Google, Nice Alert |
||||||||
| Installation |
$ gem install jspp |
||||||||
| Why reinvent the wheel? | Sprockets can't include non-JS files. JS preprocessor can. Juicer don't have any analogies to |
||||||||
| © | Nikita Vasilyev, MIT license |