Posts tagged with "grunt"
How do you solve a problem like grunt packaging?
Posted: 7:27pm 4th Jul 2014
- Big projects using grunt can end up with long and hard to read gruntfiles
- When working on multiple similar projects, grunt task config and alias tasks are often repeated
- How do we package these files to make them self-contained with dependencies and versioning?
- There's a bunch of contrib options with pros/cons, but in the end I went with a basic self-written grunt plugin using
grunt.config.merge()