eubsoft / radedit

Build Node.js apps together quickly.
MIT License
3 stars 0 forks source link

Get rid of `-MIN.jade` files #29

Open sameubank opened 10 years ago

sameubank commented 10 years ago

The minification that radedit/lib/shrinker.coffee performs on jade templates necessitates physical minified files for include resolution. I believe that if jade includes were minified and stored in memory prior to the jade templates that depend on them being compiled, we wouldn't need the intermediary physical files.