Skip to content

Commit

Permalink
The examples should go in the npm package, but cleaned of .class and …
Browse files Browse the repository at this point in the history
….pyc files.
  • Loading branch information
jcoglan committed May 17, 2015
1 parent fc0f664 commit 8e1dbd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .npmignore
Expand Up @@ -3,7 +3,6 @@
.npmignore
.wake.json
Gemfile*
examples
node_modules
site
source
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -14,6 +14,7 @@
, "devDependencies" : {"benchmark": "", "jstest": "", "pegjs": "", "wake": ""}

, "scripts" : { "build" : "wake"
, "clean" : "find examples -name '*.class' -o -name '*.pyc' -exec rm {} \\;"
, "compile" : "./bin/canopy source/canopy/meta_grammar.peg"
, "java" : "find examples/canopy -name '*.peg' -exec ./bin/canopy --lang java {} \\;"
, "js" : "find examples/canopy -name '*.peg' -exec ./bin/canopy --lang js {} \\;"
Expand Down

0 comments on commit 8e1dbd5

Please sign in to comment.