Skip to content

Commit

Permalink
Removed a few unnecessary console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
icflorescu committed Dec 15, 2014
1 parent 2e8bdac commit 793c3eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions aspax.iced
Expand Up @@ -169,9 +169,6 @@ class AspaX
await gaze "#{@src}/**/*", { mode: 'poll', interval: 1000, debounceDelay: 500 }, defer err, watcher

watcher.on 'error', (e) -> console.log clc.yellow "#{e}... maybe you should restart?..."
watcher.on 'added', -> console.log clc.yellow 'New file detected... maybe you should restart?...'
watcher.on 'deleted', -> console.log clc.yellow "File delete detected... maybe you should restart?..."
watcher.on 'renamed', -> console.log clc.yellow "File rename detected... maybe you should restart?..."

watcher.on 'changed', (file) =>
if file is @configFile
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "aspax",
"preferGlobal": true,
"version": "1.1.5",
"version": "1.1.6",
"description": "The simple Node.js asset packager.",
"homepage": "http://aspax.github.io",
"dependencies": {
Expand Down

0 comments on commit 793c3eb

Please sign in to comment.