Skip to content

Commit

Permalink
feat: add atool monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
soda-x committed Mar 31, 2016
1 parent 3220fee commit 9a399b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,5 @@ function showDiff(time) {
var diff = Date.now() - time;
return (' (' + diff + 'ms)').to.gray.color;
}

require('atool-monitor').emit();
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.2",
"description": "SPM project bundler based on webpack.",
"dependencies": {
"atool-monitor": "0.x",
"atpl-loader": "~0.1.0",
"autoprefixer-loader": "~2.0.0",
"babel-core": "~5.4.0",
Expand Down

0 comments on commit 9a399b4

Please sign in to comment.