mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-06 08:27:54 -05:00
Move Gruntfile.js composer task and apigen task to separate tasks (#1278)
This commit is contained in:
@@ -234,7 +234,9 @@ module.exports = function(grunt) {
|
||||
grunt.loadNpmTasks('grunt-composer');
|
||||
grunt.loadNpmTasks('grunt-apigen');
|
||||
|
||||
grunt.registerTask('default', ['composer:update', 'apigen:generate', 'wiredep', 'bower_concat', 'bowercopy', 'concat', 'uglify', 'cssmin', 'tags', 'cachebreaker']);
|
||||
grunt.registerTask('default', ['wiredep', 'bower_concat', 'bowercopy', 'concat', 'uglify', 'cssmin', 'tags', 'cachebreaker']);
|
||||
grunt.registerTask('genlicense', ['clean:license', 'license', 'bower-licensechecker']);
|
||||
grunt.registerTask('packages', ['composer:update']);
|
||||
grunt.registerTask('gendocs', ['apigen:generate']);
|
||||
|
||||
};
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
"wd": "^0.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"grunt-script-link-tags": "git://github.com/jekkos/grunt-script-link-tags.git#master",
|
||||
"grunt-apigen": "git://github.com/daN4cat/grunt-apigen#master"
|
||||
"grunt-script-link-tags": "git://github.com/jekkos/grunt-script-link-tags.git#master"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user