Skip to content

Commit

Permalink
first pass
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Sep 24, 2014
1 parent b9ae0ad commit fce1baa
Show file tree
Hide file tree
Showing 12 changed files with 464 additions and 1,026 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ build:
make clean
mkdir -p build
# $(coffee) scripts/banner.coffee > build/framer.debug.js
cat vendor/react.min.js >> build/framer.debug.js
$(browserify) framer/Framer.coffee >> build/framer.debug.js
cat build/framer.debug.js | $(bin)/exorcist build/framer.js.map > build/framer.js
# Build the minimized version
Expand Down
2 changes: 1 addition & 1 deletion extras/CactusFramer/pages/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<script src="{% static 'should.js' %}"></script>
<!-- <script src="{% static 'react.min.js' %}"></script> -->
<script src="{% static 'framer.js' %}"></script>
<script src="{% static 'app.js' %}"></script>
Loading

0 comments on commit fce1baa

Please sign in to comment.