Skip to content

Commit

Permalink
add comments for robwierzbowski#106
Browse files Browse the repository at this point in the history
  • Loading branch information
dnozay committed Jan 10, 2015
1 parent 8539081 commit 70f7c23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,13 @@ module.exports = function (grunt) {
]
}
},
// https://github.com/robwierzbowski/generator-jekyllrb/issues/106
// scsslint: {
// // See https://www.npmjs.org/package/grunt-scss-lint for options.
// allFiles: [
// '<%%= yeoman.app %>/<%= cssPreDir %>/**/*.scss'
// ]
// },
concurrent: {
server: [<% if (cssPre === 'sass') { %>
'sass:server',<% } %><% if (cssPre === 'compass') { %>
Expand Down Expand Up @@ -430,6 +437,7 @@ module.exports = function (grunt) {
'coffee:dist',<% } %>
'jshint:all',
'csslint:check'
// 'scsslint'
]);

grunt.registerTask('build', [
Expand Down

0 comments on commit 70f7c23

Please sign in to comment.