mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Adding descriptions to grunt tasks
This commit is contained in:
+3
-3
@@ -68,9 +68,9 @@ module.exports = function(grunt) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
grunt.registerTask('test', ['webpack:global', 'nodeunit', 'karma:single']);
|
grunt.registerTask('test', 'Run the jasmine and nodeunit tests', ['webpack:global', 'nodeunit', 'karma:single']);
|
||||||
grunt.registerTask('build', ['webpack']);
|
grunt.registerTask('build', 'Run webpack and bundle the source', ['webpack']);
|
||||||
grunt.registerTask('publish', ['clean', 'test', 'build', 'usebanner', 'update_json']);
|
grunt.registerTask('publish', 'Prepare the code for release', ['clean', 'test', 'build', 'usebanner', 'update_json']);
|
||||||
|
|
||||||
function generateWebpackConfig() {
|
function generateWebpackConfig() {
|
||||||
var webpack = require('webpack');
|
var webpack = require('webpack');
|
||||||
|
|||||||
Reference in New Issue
Block a user