Explorar el Código

'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 hace 10 años
padre
commit
ef747ff288
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Gruntfile.js

+ 1 - 0
Gruntfile.js

@@ -12,6 +12,7 @@ module.exports = function(grunt) {
   grunt.registerTask('default', ['peg', 'amberc:all']);
   grunt.registerTask('amberc:all', ['amberc:amber', 'amberc:cli']);
   grunt.registerTask('test', ['amberc:test_runner', 'execute:test_runner', 'clean:test_runner']);
+  grunt.registerTask('devel', ['amdconfig:amber']);
 
   grunt.initConfig({
     pkg: grunt.file.readJSON('package.json'),