Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
backbone-seen
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e9cfff0a
authored
2016-05-24 10:25:17 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
No external changes, but Gruntfile.js now uses grunt-monty-python.
1 parent
eac3349d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
37 deletions
Gruntfile.js
bower.json
package.json
test/specs/backbone-seen.spec.js → src/scripts/backbone-seen.spec.js
Gruntfile.js
View file @
e9cfff0
This diff is collapsed.
Click to expand it.
bower.json
View file @
e9cfff0
{
"name"
:
"backbone-seen"
,
"version"
:
"0.0.
0
"
,
"version"
:
"0.0.
1
"
,
"authors"
:
[
"Adam Heath <doogie@brainfood.com>"
],
...
...
@@ -11,12 +11,11 @@
"ignore"
:
[
"**/.*"
,
"node_modules"
,
"src/lib"
,
"test"
"src/lib"
],
"dependencies"
:
{
"underscore"
:
"
~1.6.0
"
,
"backbone"
:
"
~1.1.0
"
,
"requirejs"
:
"
~2.1.10
"
"underscore"
:
""
,
"backbone"
:
""
,
"requirejs"
:
""
}
}
...
...
package.json
View file @
e9cfff0
{
"name"
:
"backbone-seen"
,
"version"
:
"0.0.
0
"
,
"version"
:
"0.0.
1
"
,
"main"
:
[
"src/scripts/backbone-seen.js"
],
"dependencies"
:
{
"underscore"
:
"
~1.6.0
"
,
"backbone"
:
"
~1.1.0
"
,
"requirejs"
:
"
~2.1.10
"
"underscore"
:
""
,
"backbone"
:
""
,
"requirejs"
:
""
},
"devDependencies"
:
{
"bower-requirejs"
:
"~0.9.2"
,
"grunt"
:
"~0.4.1"
,
"grunt-contrib-copy"
:
"~0.4.1"
,
"grunt-contrib-concat"
:
"~0.3.0"
,
"grunt-contrib-uglify"
:
"~0.2.0"
,
"grunt-contrib-jshint"
:
"~0.7.0"
,
"grunt-contrib-cssmin"
:
"~0.7.0"
,
"grunt-contrib-connect"
:
"~0.5.0"
,
"grunt-contrib-clean"
:
"~0.5.0"
,
"grunt-contrib-htmlmin"
:
"~0.1.3"
,
"grunt-bower-install"
:
"~0.7.0"
,
"grunt-contrib-imagemin"
:
"~0.2.0"
,
"grunt-contrib-watch"
:
"~0.5.2"
,
"grunt-rev"
:
"~0.1.0"
,
"grunt-autoprefixer"
:
"~0.5.0"
,
"grunt-usemin"
:
"~0.1.10"
,
"grunt-mocha"
:
"~0.4.0"
,
"grunt-newer"
:
"~0.6.0"
,
"grunt-svgmin"
:
"~0.2.0"
,
"grunt-concurrent"
:
"~0.4.0"
,
"load-grunt-tasks"
:
"~0.2.0"
,
"time-grunt"
:
"~0.2.0"
,
"jshint-stylish"
:
"~0.1.3"
,
"grunt-contrib-requirejs"
:
"~0.4.0"
,
"grunt-bower-requirejs"
:
"~0.8.4"
,
"grunt-template-jasmine-istanbul"
:
"~0.2.6"
,
"grunt-template-jasmine-requirejs"
:
"~0.1.10"
,
"grunt-contrib-jasmine"
:
"~0.5.3"
"grunt"
:
"~0"
,
"grunt-monty-python"
:
"git+ssh://git@gitlab.brainfood.com:brainfood/grunt-monty-python.git"
},
"engines"
:
{
"node"
:
">=0.8.0"
...
...
test/spec
s/backbone-seen.spec.js
→
src/script
s/backbone-seen.spec.js
View file @
e9cfff0
File moved
Please
register
or
sign in
to post a comment