Skip to content

Commit

Permalink
build(rollup): migrate to rollup (#64)
Browse files Browse the repository at this point in the history
* build(npm): update npm scripts, deps

* build(webpack): remove webpack test config

* refactor: migrate test config to `jest`

* refactor: centralize tsconfig

* docs: add jest badge to README

* refactor(core): refactor `jest` migration

* build: update ignorers

* build(webpack): remove webpack prod config

* build(gulp): remove gulp tasks

* build(rollup): add rollup tasks

* build(npm): update npm scripts, deps

Fixes #56
  • Loading branch information
Burak Tasci authored Sep 3, 2017
1 parent a01022e commit 711e2eb
Show file tree
Hide file tree
Showing 19 changed files with 381 additions and 462 deletions.
17 changes: 0 additions & 17 deletions .gitattributes

This file was deleted.

12 changes: 3 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
bundles/
*.js
*.d.ts
*.metadata.json
.temp/
dist/

# dependencies
node_modules/
yarn.lock
yarn.*

# IDEs and editors
.idea/

# build tools
coverage/
!gulpfile.js
!karma.conf.js
!spec-bundle.js

# misc
!config/*.js
npm-debug.log
29 changes: 0 additions & 29 deletions .jshintrc

This file was deleted.

8 changes: 0 additions & 8 deletions config/build-config.json

This file was deleted.

259 changes: 0 additions & 259 deletions config/gulp-tasks.js

This file was deleted.

12 changes: 0 additions & 12 deletions config/helpers.js

This file was deleted.

Loading

0 comments on commit 711e2eb

Please sign in to comment.