From b2129d043e2ef1f494c8821a14ed8f5c66d3cfbb Mon Sep 17 00:00:00 2001 From: Greg Hecquet Date: Wed, 23 Mar 2016 15:04:09 +0100 Subject: [PATCH] Fixing the build for grunt --- core/src/plugins/access.ajxp_home/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); };