sulu / ExampleNewsBundle

Sulu news example bundle
5 stars 3 forks source link

Grunt build task order is false #17

Open alexander-schranz opened 8 years ago

alexander-schranz commented 8 years ago

The build task order should be:

    grunt.registerTask('build:js', [
        'copy:templates',
        'uglify',
        'replace:build' /* this need to be the last task which should be done */
    ]);