Questions tagged [grunt-concurrent]

18 questions
0
votes
1 answer

Unable to Create Jasmine Concurrent Grunt Task

I have set up a bunch of taks that all work but I am having trouble configuring my tests task. I have Jasmine-node up and running and I am able to run my tests from the command line, but I can't seem to get the grunt task…
bencripps
  • 2,025
  • 3
  • 19
  • 27
0
votes
1 answer

uglify with grunt-concurrent not working

I'm trying to use grunt-concurrent to minify my javascript files in parallel. I also use usemin and ngmin. When I use uglify without grunt-concurrent I get the expected result with this log output: Running "uglify:dist" (uglify) task Running…
user1563700
0
votes
2 answers

Running grunt-nodemon once after simultaneous file changes

This is my Gruntfile. I run concurrently nodemon to run my application and watch to watch for changes in my coffeescript. Coffeescript takes the src files and turns them into JS files (Currently 3, main.coffee, Person.coffee and Car.coffee) I want…
1
2