Letractively / js-css-minify-compress

Automatically exported from code.google.com/p/js-css-minify-compress
0 stars 0 forks source link

Bundle css/js Files #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey,

many thanks to you for your tool, but i need bundling js/css files.

Is that possible to bundling minified files? eg. with an instruction comment 
like that:

+++++++++++ bundles.js ++++++++
#import ./../myJSFiles/file1.js
#import ./../myJSFiles/file2.js

function fooBar()
{
    alert("very nice");
}
+++++++++++++++++++++++++++++++

Original issue reported on code.google.com by majectm...@gmail.com on 10 Apr 2014 at 3:26