Problem to compile CSS FrontEnd - version 0.90.1
I have problem to compile FrontEnd CSS in new version.
Checking the folders, I dont find the folder "grunt-cli"
To compile I'm using the command:> ./node_modules/grunt-cli/bin/grunt sass: prod
Have a new command to compile or the folder is losted in new version?
Thanks,
Luciano C. Moda.
Thanks,
Luciano C. Moda.
Comments
npm install -g grunt
Then you just use grunt instead of the included version,
Thanks.