stephnr / electron-angular-boilerplate

An Electron template app using AngularJS, Skeleton and a whoe sleuth of tools for building Windows/Mac/Linux desktop applications
MIT License
138 stars 40 forks source link

build-sass failing due to comments in source #15

Closed will-stone closed 6 years ago

will-stone commented 8 years ago

Swap around

.pipe(plugins.autoprefixer('last 10 versions'))

and

.pipe(plugins.sass({
  style: 'compressed'
})).on('error', handleError)

in the gulp file.

I found the answer here: https://github.com/nDmitry/grunt-autoprefixer/issues/84