You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd honestly just fix up bootstrap to work with atomify. Easy peasy -- just change @include " to @include "./ everywhere. You might even be able to get them to accept that as a pull request.
@aredridel This kind of error looks scary to me. How do you debug these, - at least I can't parse this error.
C:\Users\joe\AppData\Roaming\npm\node_modules\atomify\node_modules\atomify-css\node_modules\write
-to-path\index.js:9
if (err) throw err
^
Error: missing '{' near line 51:1
That sounds like bootstrap-sass. My solution to that is "stop! Use LESS!". The node.js-based sass compiler doesn't look complete or current. Sass is better for a ruby workflow, less for a node.js based one.
Either get atomify to play with bootstrap/jquery or move to browserify?
The text was updated successfully, but these errors were encountered: