Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Commit

Permalink
Merge pull request gpujs#125 from abhisheksoni27/develop
Browse files Browse the repository at this point in the history
Migrate ant build process to gulp
  • Loading branch information
robertleeplummerjr authored Jul 11, 2017
2 parents c081a37 + 6a2cb13 commit ef82566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 63 deletions.
62 changes: 0 additions & 62 deletions build.xml

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "npm i -g gulp-cli",
"build-docs": "./node_modules/.bin/jsdoc -c jsdoc.json src -r -d doc --debug && gulp injectCSS"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ef82566

Please sign in to comment.