angular-data-grid / angular-data-grid.github.io

Light and flexible Data Grid for AngularJS applications.
http://angular-data-grid.github.io/demo/bootstrap/
112 stars 50 forks source link

gulp-sass version updated #79

Open LuisEGR opened 6 years ago

LuisEGR commented 6 years ago

The actual gulp-sass v2 requires node-sass v3 and when tried to install the binary file is not there, so it gets the node-sass source code and compiles with node-gyp causing slow npm install time, this is solved using the latest gulp-sass version so it gets node-sass v4 and there is a binary working, so it doesn't need to compile all the source code.