Revert "Check we're on the right branch before moving stuff to gh-pages."
This reverts commit e160df58cbd716eb452b6b6dc8238e3f848dfe69.
This commit is contained in:
parent
54b8b712e8
commit
a11bf78aa5
@ -358,12 +358,10 @@ module.exports = (grunt) ->
|
|||||||
]
|
]
|
||||||
|
|
||||||
grunt.registerTask 'beta', [
|
grunt.registerTask 'beta', [
|
||||||
'checkbranch:master'
|
|
||||||
'shell:beta'
|
'shell:beta'
|
||||||
]
|
]
|
||||||
|
|
||||||
grunt.registerTask 'stable', [
|
grunt.registerTask 'stable', [
|
||||||
'checkbranch:bstable'
|
|
||||||
'shell:stable'
|
'shell:stable'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
10
npm-shrinkwrap.json
generated
10
npm-shrinkwrap.json
generated
@ -197,16 +197,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"grunt-checkbranch": {
|
|
||||||
"version": "0.3.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/grunt-checkbranch/-/grunt-checkbranch-0.3.1.tgz",
|
|
||||||
"dependencies": {
|
|
||||||
"shelljs": {
|
|
||||||
"version": "0.3.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"grunt-concurrent": {
|
"grunt-concurrent": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-1.0.0.tgz",
|
||||||
|
|||||||
@ -44,7 +44,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"font-awesome": "4.3.0",
|
"font-awesome": "4.3.0",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-checkbranch": "^0.3.1",
|
|
||||||
"grunt-concurrent": "^1.0.0",
|
"grunt-concurrent": "^1.0.0",
|
||||||
"grunt-contrib-clean": "^0.6.0",
|
"grunt-contrib-clean": "^0.6.0",
|
||||||
"grunt-contrib-coffee": "^0.13.0",
|
"grunt-contrib-coffee": "^0.13.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user