Skip to content

Commit

Permalink
Merge feature/merge-widgets
Browse files Browse the repository at this point in the history
Feature/merge widgets
  • Loading branch information
Andries-Smit authored Feb 16, 2018
2 parents 2fc4e9c + 3c53b5e commit 754274d
Show file tree
Hide file tree
Showing 13 changed files with 3,527 additions and 1,030 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module.exports = function(grunt) {
grunt.registerTask(
"clean build",
"Compiles all the assets and copies the files to the dist directory.",
[ "checkDependencies", "clean:build", "webpack:develop", "file_append", "compress:dist", "copy:mpk" ]
[ "checkDependencies", "clean:build", "webpack:develop", "file_append", "compress:dist", "copy" ]
);
grunt.registerTask(
"release",
Expand Down
Loading

0 comments on commit 754274d

Please sign in to comment.