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
12759d1e
Commit
12759d1e
authored
Jun 14, 2015
by
Arthur Verschaeve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
React-backbone: don't use the file with addons
We don't use these anymore
parent
3a93bc0a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
873 additions
and
2913 deletions
+873
-2913
examples/react-backbone/.gitignore
examples/react-backbone/.gitignore
+1
-1
examples/react-backbone/index.html
examples/react-backbone/index.html
+1
-1
examples/react-backbone/node_modules/react/dist/react.js
examples/react-backbone/node_modules/react/dist/react.js
+871
-2911
No files found.
examples/react-backbone/.gitignore
View file @
12759d1e
...
...
@@ -12,7 +12,7 @@ node_modules/jquery/dist/*
node_modules/react/*
!node_modules/react/dist
node_modules/react/dist/*
!node_modules/react/dist/react
-with-addons
.js
!node_modules/react/dist/react.js
!node_modules/react/dist/JSXTransformer.js
node_modules/classnames/*
...
...
examples/react-backbone/index.html
View file @
12759d1e
...
...
@@ -16,7 +16,7 @@
</footer>
<script
src=
"node_modules/todomvc-common/base.js"
></script>
<script
src=
"node_modules/react/dist/react
-with-addons
.js"
></script>
<script
src=
"node_modules/react/dist/react.js"
></script>
<script
src=
"node_modules/react/dist/JSXTransformer.js"
></script>
<script
src=
"node_modules/classnames/index.js"
></script>
<script
src=
"node_modules/jquery/dist/jquery.js"
></script>
...
...
examples/react-backbone/node_modules/react/dist/react
-with-addons
.js
→
examples/react-backbone/node_modules/react/dist/react.js
View file @
12759d1e
This diff is collapsed.
Click to expand it.
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