Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalton3 committed Jan 30, 2015
2 parents c293bc9 + 5538bf6 commit c6148b3
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 c6148b3

Please sign in to comment.