generator-ionic
                                
                                 generator-ionic copied to clipboard
                                
                                    generator-ionic copied to clipboard
                            
                            
                            
                        Modification of tasks
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?
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.