diff --git a/core/src/plugins/access.ajxp_home/Gruntfile.js b/core/src/plugins/access.ajxp_home/Gruntfile.js index 3473034b41..1804128b2a 100644 --- a/core/src/plugins/access.ajxp_home/Gruntfile.js +++ b/core/src/plugins/access.ajxp_home/Gruntfile.js @@ -49,6 +49,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-babel'); grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('assemble-less'); - grunt.registerTask('default', ['babel', 'less', 'watch']); + grunt.registerTask('default', ['babel']); };