Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fixing the build for grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
ghecquet committed Mar 23, 2016
1 parent 0eb2fbc commit b2129d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/access.ajxp_home/Gruntfile.js
Expand Up @@ -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']);

};

0 comments on commit b2129d0

Please sign in to comment.