Browse Source

fixes issue 33

Sebastian Sastre 9 years ago
parent
commit
16cb196b01
1 changed files with 1 additions and 1 deletions
  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({