6 ms·
I'd say Grunt is Maven because IDEs have no way to figure out beforehand what the build process will do.
by brokenparser 13y ago
I'd say Grunt is Maven because IDEs have no way to figure out beforehand what the build process will do.
- lmm 13y agoThat's the opposite of Maven. IDEs know exactly what a maven project will do (unless you're using plugins the IDE doesn't know about), because a maven build only does a very limited set of things (it mostly just compiles the source in src/main/java into target/). Which is what makes it great.