node.js - Import and process SASS file only in dev mode with grunt -
i'm wanting add together directory of files sass processing in "dev" task, or alternatively exclude in "build" task. tips doing well?
in nutshell there css don't want include in build.
you can seek utilize grunt-copy task in dev task.
for illustration have next construction of styles:
/styles /dev-scss /scss /main /dev
the thought re-create content of "dev-scss" folder "dev" folder dev grunt task. there problem, have clear dev folder every other task.
node.js build sass gruntjs
No comments:
Post a Comment