This repository has been archived by the owner on Sep 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from Floofies/master
Added full node and npm support, added contribution doc, reorganized readme
- Loading branch information
Showing
4 changed files
with
61 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# :pencil2: Contributing | ||
## Pre-requisites | ||
- `node` | ||
- `make` | ||
|
||
### Testing | ||
> The makefile installs a local copy of `jasmine` to run tests. | ||
**Node Tests**: `make test` | ||
|
||
**Browser Tests**: Open `SpecRunner.html` in a web browser. | ||
|
||
### Building | ||
> The makefile installs a local copy of `uglify-es` for beautification/minification. | ||
**Production Build**: `make prod` | ||
Saves comment-less and minified versions of `src/differentia.js` into a `prod-build` directory. | ||
|
||
### Clean Build/Test | ||
Add `clean` at the end to remove `node_modules` afterwards. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters