tasks/build.js (12 lines of code) (raw):

module.exports = function (grunt) { grunt.registerTask('build', [ 'clean:build', 'clean:target', 'eslint:source', 'copy:build', 'run:npmInstallInBuild', 'gitinfo', 'replace:build', 'compress:build' ]); };