Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sven Franck
todomvc
Commits
103562f0
Commit
103562f0
authored
Jan 24, 2013
by
Ryan Eastridge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lumbar install and configuration
parent
cce14d4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
23 deletions
+4
-23
labs/dependency-examples/thorax_lumbar/lumbar.json
labs/dependency-examples/thorax_lumbar/lumbar.json
+3
-22
labs/dependency-examples/thorax_lumbar/package.json
labs/dependency-examples/thorax_lumbar/package.json
+1
-1
No files found.
labs/dependency-examples/thorax_lumbar/lumbar.json
View file @
103562f0
...
...
@@ -11,33 +11,13 @@
"global"
:
true
},
{
"src"
:
"../../../assets/jquery.min.js"
,
"global"
:
true
},
{
"src"
:
"../../../assets/lodash.min.js"
,
"global"
:
true
},
{
"src"
:
"../../../assets/handlebars.min.js"
,
"global"
:
true
},
{
"src"
:
"src/js/lib/backbone.js"
,
"global"
:
true
},
{
"src"
:
"src/js/lib/backbone.js"
,
"src"
:
"src/js/lib/thorax.js"
,
"global"
:
true
},
{
"src"
:
"src/js/lib/backbone-localstorage.js"
,
"global"
:
true
},
{
"src"
:
"src/js/lib/thorax.js"
,
"global"
:
true
},
{
"src"
:
"src/js/lib/script.js"
,
"global"
:
true
...
...
@@ -79,7 +59,8 @@
}
},
"templates"
:
{
"template"
:
"Thorax.templates['{{{without-extension name}}}'] = '{{{data}}}';"
,
"root"
:
"templates/"
,
"template"
:
"Thorax.templates['{{{without-extension name}}}'] = {{handlebarsCall}}({{{data}}});"
,
"src/js/views/app.js"
:
[
"src/templates/app.handlebars"
],
...
...
labs/dependency-examples/thorax_lumbar/package.json
View file @
103562f0
...
...
@@ -2,7 +2,7 @@
"name"
:
"thorax-lumbar-todomvc"
,
"version"
:
"0.0.1"
,
"devDependencies"
:
{
"lumbar"
:
"
git://github.com/beastridge/lumbar.git
"
"lumbar"
:
"
~2.0.0
"
},
"scripts"
:
{
"start"
:
"lumbar build lumbar.json public"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment