cferdinandi / kraken

A lightweight, mobile-first boilerplate for front-end web developers.
http://cferdinandi.github.io/kraken
MIT License
806 stars 81 forks source link

Gulp build error no dist folder(and fix) #284

Open IHFF12 opened 4 years ago

IHFF12 commented 4 years ago

I had an issue building with Gulp, all the packages the file uses had to be manually installed. Probably on my end.

After installing the packages the dist folder wouldn't show up. Turns out the Gulp file points towards src/sass folder, which should be src/scss. After changing the folder variable everything worked.