generator-ionic icon indicating copy to clipboard operation
generator-ionic copied to clipboard

Modification of tasks

Open leonprou opened this issue 10 years ago • 1 comments

I wish to make certain modifications to some grunt tasks like wiredep that gonna be specific to my project. Can I do it externally without changing your Gruntfile.js?

leonprou avatar Jan 06 '15 16:01 leonprou

My gut says no. You can register external grunt tasks but you still have to modify the Gruntfile.js so you're going to have to merge the two when doing upgrades. Honestly I've found that a source control merge tool like kdiff3 is the easiest way to accomplish this over time.

jimthedev avatar Jan 29 '15 21:01 jimthedev