Skip to content

Commit

Permalink
Run the sass
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz committed Apr 11, 2013
1 parent dcc40d3 commit a7fa0c2
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 @@ -7,7 +7,7 @@ module.exports = function(grunt) {

watch: {
files: ['sass/*.scss', 'index.html'],
tasks: ['sass:dev']
tasks: ['sass']
},
sass: {
dist: {
Expand Down

0 comments on commit a7fa0c2

Please sign in to comment.