mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
removing specify for now since its wrong
This commit is contained in:
parent
6678b4ebae
commit
34aec22c97
2 changed files with 2 additions and 3 deletions
4
grunt.js
4
grunt.js
|
@ -183,9 +183,9 @@ module.exports = function(grunt) {
|
|||
|
||||
grunt.registerTask('build', 'rm browserify min hash buildIndex shell jasmine_node lint lintStrings compliment');
|
||||
grunt.registerTask('fastBuild', 'rm browserify hash buildIndex');
|
||||
grunt.registerTask('watching', 'fastBuild jasmine_node lint lintStrings');
|
||||
|
||||
grunt.registerTask('default', 'build');
|
||||
|
||||
grunt.registerTask('watching', 'fastBuild jasmine_node lint lintStrings');
|
||||
grunt.registerTask('test', 'jasmine_node');
|
||||
};
|
||||
|
||||
|
|
|
@ -37,7 +37,6 @@ exports.levelSequences = {
|
|||
require('./remote/fetchRebase').level
|
||||
],
|
||||
remoteAdvanced: [
|
||||
require('./remote/specify').level,
|
||||
require('./remote/pushManyFeatures').level,
|
||||
require('./remote/mergeManyFeatures').level
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue