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

Commit

Permalink
Fix order of grunt build task (#21)
Browse files Browse the repository at this point in the history
* fix order of grunt build task

* fix path in builded files
  • Loading branch information
alexander-schranz authored and wachterjohannes committed May 17, 2018
1 parent 333aa32 commit b1c7fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ module.exports = function(grunt) {
});

grunt.registerTask('build:js', [
'replace:build',
'uglify',
'copy:templates',
'uglify'
'replace:build'
]);

grunt.registerTask('build', [
Expand Down
2 changes: 1 addition & 1 deletion Resources/public/dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1c7fc2

Please sign in to comment.