twitter bootstrap - Grunt with Bower Slow Process when including packages -


i have grunt workflow have problems compiling time of sass. use grunt-contrib-sass compile stylesheet problem loading assets bower imports (packages such bootstrap-sass have included.)

i noticed when including such package take way longer compile file, 7-10seconds , if remove @import bootstrap scss file take second compile file if reload grunt compile.

@import '../bower_components/bootstrap-sass/assets/stylesheets/bootstrap';

@import (my custom modules)

there must smarter way of making work? suggestions?

thank you

you should try libsass, c/c++ port of library.

http://sass-lang.com/libsass

sass written in ruby. libsass c/c++ port of sass engine. point simple, faster, , easy integrate.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -