Commit 12759d1e authored by Arthur Verschaeve's avatar Arthur Verschaeve

React-backbone: don't use the file with addons

We don't use these anymore
parent 3a93bc0a
......@@ -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/*
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment