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