Skip to content

Commit 4f4004a

Browse files
author
Michael J. Ryan
committed
move exports statement(s) outside api script.
Use gulp to build the project. Add browserify (browser versions in ./dist/) Add standalone browser ouput to ./dist/ Add amd version output to ./dist/
1 parent 669010d commit 4f4004a

File tree

12 files changed

+10013
-35
lines changed

12 files changed

+10013
-35
lines changed

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Logs
2+
logs
3+
*.log
4+
5+
# Runtime data
6+
pids
7+
*.pid
8+
*.seed
9+
10+
# Directory for instrumented libs generated by jscoverage/JSCover
11+
lib-cov
12+
13+
# Coverage directory used by tools like istanbul
14+
coverage
15+
16+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17+
.grunt
18+
19+
# Compiled binary addons (http://nodejs.org/api/addons.html)
20+
build/Release
21+
22+
# Dependency directory
23+
# Commenting this out is preferred by some people, see
24+
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
25+
node_modules
26+
27+
# Users Environment Variables
28+
.lock-wscript
29+
30+
31+
######## Webstorm/Idea directories
32+
.idea
33+

build

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)