Explorar el Código

fixes issue 33

Sebastian Sastre hace 9 años
padre
commit
16cb196b01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -23,7 +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']);
+  grunt.registerTask('devel', ['amdconfig:helios']);
 
   // Project configuration.
   grunt.initConfig({