Skip to content

Commit

Permalink
Add pulp build instructions and remove grunt buildfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
epost committed May 25, 2015
1 parent b1da9a6 commit 682efcc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 68 deletions.
67 changes: 0 additions & 67 deletions Gruntfile.js

This file was deleted.

5 changes: 5 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ star = do
right 144
forward 100
#+END_SRC


To run the example, build as follows, then point your browser at ~html/index.html~:

: pulp browserify > html/index.js
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
// put origin at center
context.translate(canvas.width/2, canvas.height/2);
</script>
<script src="Main.js"></script>
<script src="index.js"></script>
</body>
</html>

0 comments on commit 682efcc

Please sign in to comment.