Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
update grunt to run postcss before dev task
Browse files Browse the repository at this point in the history
  • Loading branch information
deiwin committed May 24, 2015
1 parent b6f43ac commit 99ff523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,6 @@ module.exports = function(grunt) {
grunt.registerTask('once', ['jshint', 'karma:once']);
grunt.registerTask('test', ['clean', 'bower:install', 'jshint', 'karma:ci', 'sed:clean_lcov', 'e2e', 'coveralls']);
grunt.registerTask('predeploy', ['postcss:dist']);
grunt.registerTask('dev', ['express:dev', 'watch:postcss']);
grunt.registerTask('dev', ['postcss:dev', 'express:dev', 'watch:postcss']);

};

0 comments on commit 99ff523

Please sign in to comment.