Skip to content

Commit fbc5971

Browse files
committed
Build infrastructure and typing updates
- Update dependencies - Use @theintern/dev for building and linting - Remove unnecessary types - Update code to support strict checks with tsc - Simplfy the build configs
1 parent c4bb5f9 commit fbc5971

31 files changed

+12797
-780
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/src/**/*.js.map
22
/src/**/*.js
3+
/src/**/*.css
34
dist
45
_build
56
/node_modules

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ env:
55
global:
66
- SAUCE_USERNAME=dojo2-ts-ci
77
- SAUCE_ACCESS_KEY=e92610e3-834e-4bec-a3b5-6f7b9d874601
8-
before_install:
9-
- npm install -g typings
10-
before_script:
11-
- npm install -g grunt-cli
12-
script: grunt test-ci
8+
script: npm run ci

Gruntfile.js

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

0 commit comments

Comments
 (0)