Skip to content

Commit

Permalink
Fix sass compiling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalton3 committed Jan 30, 2015
1 parent 1a22c88 commit 5538bf6
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 106 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ module.exports = (grunt) ->
server:
options:
port: 9001
livereload: 9002

watch:
options:
Expand Down Expand Up @@ -142,4 +143,4 @@ module.exports = (grunt) ->

# Default task(s).
grunt.registerTask('compile', ['sass', 'autoprefixer', 'jade', 'jshint', 'uglify'])
grunt.registerTask('default', ['compile', 'connect', 'watch'])
grunt.registerTask('default', ['connect', 'watch'])
Loading

0 comments on commit 5538bf6

Please sign in to comment.