sass.js icon indicating copy to clipboard operation
sass.js copied to clipboard

Minified version

Open ericuldall opened this issue 6 years ago • 4 comments

Hello,

Is there currently minified versions of the library available? If not, could it be added to the build process. Maybe in the release we can have:

dist/
dist-min/

or something of that sort.

Regards,

Eric

ericuldall avatar Feb 13 '19 18:02 ericuldall

Hey there,

emscripten already minifes the compiled libsass code. What is not minfied is the sass.js glue code.

rodneyrehm avatar Feb 14 '19 08:02 rodneyrehm

For instance i'm using sass.sync.js Minified it saved about .2MB ...not much but i'll take any savings I can.

ericuldall avatar Feb 15 '19 18:02 ericuldall

and it still works when minified again? last time I tried that the emscripted libsass broke…

rodneyrehm avatar Feb 15 '19 19:02 rodneyrehm

It worked for me. Minified using Grunt.

ericuldall avatar Mar 05 '19 18:03 ericuldall