1
0
Fork 0

Gruntfile cleanup (for vimdiff purposes)

This commit is contained in:
Andrew Tomaka 2015-05-13 11:26:16 -04:00
parent 498048a186
commit f75be2d140
1 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@ module.exports = (grunt) ->
jshint:
files: ['js/*.js']
tasks: ['jshint']
sass:
files: ['css/source/theme.scss']
tasks: ['sass']
@ -41,7 +41,7 @@ module.exports = (grunt) ->
theme:
files:
'css/theme.css': 'css/source/theme.scss'
connect:
livereload:
@ -91,7 +91,7 @@ module.exports = (grunt) ->
filter: 'isFile'
}]
buildcontrol:
options:
@ -103,7 +103,7 @@ module.exports = (grunt) ->
options:
remote: 'git@github.com:atomaka/ruby-project-euler-talk.git'
branch: 'gh-pages'
# Load all grunt tasks.
@ -147,13 +147,13 @@ module.exports = (grunt) ->
'copy'
]
grunt.registerTask 'deploy',
'Deploy to Github Pages', [
'dist'
'buildcontrol'
]
# Define default task.
grunt.registerTask 'default', [