Skip to content

Commit

Permalink
Add emscripten port of rhea (https://github.com/Nocte-/rhea)
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jul 27, 2015
1 parent 2c95e94 commit f4ba945
Show file tree
Hide file tree
Showing 5 changed files with 63,801 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lint.sh
Expand Up @@ -9,7 +9,7 @@ if [ $? -ne 0 ]; then
fi

FOLDERS=(babelsberg cassowary csp deltablue standalone sutherland)
EXCLUDE_FILES="uglify.js,PerformanceTests.js,tests.js,src_transform_test.js,zombietest.js,prototype.js,test_harness.js,underscore-min.js,testsuite.js,cassowaryjs.js"
EXCLUDE_FILES="uglify.js,PerformanceTests.js,tests.js,src_transform_test.js,zombietest.js,prototype.js,test_harness.js,underscore-min.js,testsuite.js,cassowaryjs.js,rhea.js,rhea.emscripten.js"
EXCLUDE_FOLDERS="examples"
CUSTOM_JSDOC_TAGS="example,function,global,name,tutorial"
MAX_LINE_LEN=90
Expand Down

0 comments on commit f4ba945

Please sign in to comment.