We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eac6c6 commit b1eeb68Copy full SHA for b1eeb68
templates/common/Gruntfile.js
@@ -41,7 +41,7 @@ module.exports = function (grunt) {
41
},<% } %>
42
styles: {
43
files: ['<%%= yeoman.app %>/styles/{,*/}*.css'],
44
- tasks: ['copy:styles', 'autoprefixer']
+ tasks: ['newer:copy:styles', 'autoprefixer']
45
},
46
gruntfile: {
47
files: ['Gruntfile.js']
@@ -410,7 +410,7 @@ module.exports = function (grunt) {
410
]);
411
412
grunt.registerTask('default', [
413
- 'jshint',
+ 'newer:jshint',
414
'test',
415
'build'
416
0 commit comments