-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade build process to Rollup (#130)
* WIP * Support bundle, clearning typings * Adds watch command * Fixes export test * Updates typings to add signals import * Clean up build commands for Travis * Remove gulp references from readme * Bumped sinon, mocha and karma to latest versions
- Loading branch information
1 parent
3a2a8d7
commit 60539c6
Showing
21 changed files
with
3,666 additions
and
2,160 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 |
---|---|---|
|
@@ -24,7 +24,4 @@ install: | |
- npm install | ||
|
||
script: | ||
- npm run lint | ||
- npm run build | ||
- npm run minify | ||
- npm test |
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
Oops, something went wrong.