Skip to content

Commit

Permalink
Grunt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Nov 9, 2016
1 parent 899bc84 commit 703618e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.loadNpmTasks('grunt-scss-lint');
grunt.loadNpmTasks('grunt-sass');
grunt.loadNpmTasks('grunt-shell');
grunt.loadNpmTasks('grunt-fetch-pages');
Expand Down Expand Up @@ -376,10 +377,11 @@ module.exports = function(grunt) {
grunt.registerTask('compile', 'Compiles the stylesheet files.', function() {
grunt.task.run([
'uglify:templates',
'scsslint',
'sass:dist',
'postcss',
'cssmin:templates'
]);
});
});

};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-uglify": "latest",
"grunt-scss-lint": "^0.5.0"
"grunt-scss-lint": "^0.5.0",
"grunt-fetch-pages": "^2.0.0",
"grunt-shell": "latest",
"grunt-sass": "^1.2.1",
"grunt-sass": "^1.2.1"
},
"license": "GPL-2.0+"
}

0 comments on commit 703618e

Please sign in to comment.