mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-14 06:58:56 +02:00
Revert "starting dev environment reboot"
This reverts commit 7a838f89f7
.
This commit is contained in:
parent
c7d857957f
commit
6c9734659e
2 changed files with 0 additions and 47 deletions
38
grunt.js
38
grunt.js
|
@ -1,38 +0,0 @@
|
||||||
/*global module:false*/
|
|
||||||
module.exports = function(grunt) {
|
|
||||||
|
|
||||||
grunt.initConfig({
|
|
||||||
lint: {
|
|
||||||
files: ['grunt.js', 'src/*.js']
|
|
||||||
},
|
|
||||||
jshint: {
|
|
||||||
options: {
|
|
||||||
curly: true,
|
|
||||||
eqeqeq: true,
|
|
||||||
immed: true,
|
|
||||||
latedef: true,
|
|
||||||
newcap: true,
|
|
||||||
noarg: true,
|
|
||||||
sub: true,
|
|
||||||
undef: true,
|
|
||||||
boss: true,
|
|
||||||
eqnull: true,
|
|
||||||
browser: true
|
|
||||||
},
|
|
||||||
globals: {
|
|
||||||
_: true,
|
|
||||||
Backbone: true,
|
|
||||||
'$': true,
|
|
||||||
require: true,
|
|
||||||
define: true,
|
|
||||||
requirejs: true,
|
|
||||||
describe: true,
|
|
||||||
expect: true,
|
|
||||||
it: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// Default task.
|
|
||||||
grunt.registerTask('default', 'lint');
|
|
||||||
};
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"name": "LearnGitBranching",
|
|
||||||
"version": "0.5.0",
|
|
||||||
"devDependencies": {
|
|
||||||
"grunt": "latest",
|
|
||||||
"browserify": "latest"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue