Does an existing gruntfile need to be edited? What is the common workflow?

42 views Asked by At

For an existing app, is there a proper protocol for specifying bower packages such that they're handled correctly when running "grunt build"? Does an existing gruntfile need to be edited? What is the common workflow?

1

There are 1 answers

2
ThiagoPXP On BEST ANSWER

Your question is very abroad... If you are using a 3rd party package that is not yours, you don't need to edit the gruntfile.js. However the gruntfile.js for your app will be created/edited to fit your app needs.