Skip to content

Commit 8c06e4a

Browse files
committed
Due to requiring generated assets, building must happen before checking
1 parent d87674b commit 8c06e4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
const resolve = require('rollup-plugin-node-resolve');
2121
const commonJs = require('rollup-plugin-commonjs');
2222
const virtual = require('rollup-plugin-virtual');
23-
const babel = require('rollup-plugin-babel');
23+
const babel = require('rollup-plugin-babel');
2424

2525
const licenseBanner = require('./licenseBanner');
2626
const userScriptBanner = require('./userScriptBanner');
@@ -196,7 +196,7 @@ module.exports = function (grunt) {
196196
require('load-grunt-tasks')(grunt);
197197

198198
// Register the tasks.
199-
grunt.registerTask('default', ['check', 'build', 'uglify']);
199+
grunt.registerTask('default', ['build', 'check', 'uglify']);
200200
grunt.registerTask('build', [
201201
'compass', // Compile CSS
202202
'htmlmin', // Minify HTML templates

0 commit comments

Comments
 (0)