1
0
Prechádzať zdrojové kódy

'grunt devel' aliases 'grunt amdconfig'

to be able to routinely run 'grunt devel'
to refresh codfiguration in project as well as in Amber
Herbert Vojčík 10 rokov pred
rodič
commit
d97eae3fe7
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      Gruntfile.js

+ 1 - 0
Gruntfile.js

@@ -23,6 +23,7 @@ module.exports = function(grunt) {
   // Default task.
   grunt.registerTask('default', ['amberc:all']);
   grunt.registerTask('test', ['amberc:test_runner', 'execute:test_runner', 'clean:test_runner']);
+  grunt.registerTask('devel', ['amdconfig:amber']);
 
   // Project configuration.
   grunt.initConfig({