Skip to content

Commit

Permalink
split plugins into build and runtime plugins so keep the runtime load…
Browse files Browse the repository at this point in the history
…er smaller
  • Loading branch information
jrieken committed Jun 23, 2017
1 parent bfe3f60 commit 2c73f2f
Show file tree
Hide file tree
Showing 12 changed files with 1,320 additions and 781 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"files.exclude": {
".git": true,
"**/*.js": {
"when": "$(basename).ts"
"when": "**/core/$(basename).ts"
}
},
"typescript.tsdk": "./node_modules/typescript/lib"
}
}
362 changes: 362 additions & 0 deletions src/css.build.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2c73f2f

Please sign in to comment.