Gruntfile cleanup (for vimdiff purposes)
This commit is contained in:
parent
498048a186
commit
f75be2d140
1 changed files with 6 additions and 6 deletions
|
@ -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', [
|
||||
|
|
Loading…
Reference in a new issue