JSRocksHQ / harmonic

The next static site generator
http://harmonicjs.com/
MIT License
283 stars 26 forks source link

copyResources fulfillment value #56

Closed UltCombo closed 10 years ago

UltCombo commented 10 years ago

Currently, copyResources resolves to a string which is simply discarded. I believe it should be a console.log(clc.info('Resources copied')); instead?

UltCombo commented 10 years ago

The same applies to parser.start

UltCombo commented 10 years ago

Fixed in #60, those messages are logged to the console now.