gruntfile Questions
3
Running grunt - I get this error message:
Running "sass:all" (sass) task
Fatal error: The implementation option must be passed to the Sass task
I've tried re-installing grunt, node, npm, depende...
1
I am using angular js (1.6),I have following task in grunt for minification angular modules
ngAnnotate: {
dist: {
files: [{
expand: true,
cwd: '.tmp/concat/scripts',
src: '*.js',
dest: '.tmp...
Glass asked 6/9, 2018 at 4:23
1
I used yeoman to create my structure using "yo webapp", I excluded all extras during the installation process via npm and manually downloaded the bootstrap files.
I am trying to run the "grunt bui...
Rodgerrodgers asked 17/11, 2015 at 23:27
2
Solved
I'm working on a project, and I NEED to change the name of the project from localhost:9000 to someothername:9000, this is in my development environment, not production.
I was given the project fil...
1
© 2022 - 2024 — McMap. All rights reserved.