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
And then we should provide a path from the include paths for this that is bound to the root.
The generator branch already tackles this issue, mainly this is an issue when the config files are stored at the root en the theme files somewhere deeper in the project structure.
This is the includespath array in the gulpfile in the generator.
@@ -67,7+67,8 @@ gulp.task("sass","Compiles your SCSS files to CSS",function(){require("node-bourbon").includePaths,require("node-neat").includePaths[1],require("node-normalize-scss").includePaths,-config.path.bower+config.path.fontAwesome+"<%= dest %>/"+config.path.bower+config.path.fontAwesome,+"<%= dest %>"],
The text was updated successfully, but these errors were encountered:
Should be:
And then we should provide a path from the include paths for this that is bound to the root.
The generator branch already tackles this issue, mainly this is an issue when the config files are stored at the root en the theme files somewhere deeper in the project structure.
This is the includespath array in the gulpfile in the generator.
The text was updated successfully, but these errors were encountered: