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.
sass written in ruby. libsass c/c++ port of sass engine. point simple, faster, , easy integrate.
Comments
Post a Comment