Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Missing semicolon in SCSS produces a segmentation fault. #686

Closed
JayyWalker opened this issue Jan 16, 2016 · 3 comments
Closed

Missing semicolon in SCSS produces a segmentation fault. #686

JayyWalker opened this issue Jan 16, 2016 · 3 comments

Comments

@JayyWalker
Copy link

I had gulp watch running fine until I missed out a semi colon. It took about 2 hours for me to realise this as I thought the segmentation fault was an issue with npm and not one my scss files. Is there a way to fix this? Maybe a scan that debugs the files to prevent so much development time being wasted?

@colin-marshall
Copy link
Collaborator

Did you receive any errors in the console or through gulp-notify?

@JayyWalker JayyWalker changed the title Missing semicolon is SCSS produces a segmentation fault. Missing semicolon in SCSS produces a segmentation fault. Jan 18, 2016
@JayyWalker
Copy link
Author

@colin-marshall I received it through the console. Gulp notify isn't installed...maybe I should install gulp-notify?

@colin-marshall
Copy link
Collaborator

Gulp-notify was added to FoundationPress about 3 weeks ago. Copy/overwrite your gulpfle.js and package.json with the latest versions:

https://github.com/olefredrik/FoundationPress/blob/master/gulpfile.js
https://github.com/olefredrik/FoundationPress/blob/master/package.json

Then run npm install, and you should be good to go.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants