Closed NonPolynomial closed 6 years ago
I wrote a little global module firstspiritify
which replaces references in given CSS files with those FirstSpirit $CMS_REF()$
calls.
Since there is no answer here, you can use my global module in combination with grunt-exec.
grunt-fscss works great with grunt in version 1.0.0 and 1.0.1 Please update your
peerDependencies
inpackage.json
.npm shrinkwrap
is crashing, because of missing peer dependencygrunt@~0.4.5
. I have to usegrunt@^1.0.0
.If you prefer a pull request, I will do one.
EDIT: Since NPM 3 peerDependencies are deprecated and you shouldn't use them anymore. I advice you to remove the
peerDependencies
completely.