不要怂,就是干,撸起袖子干!

Commit bea2e11e by Mick Hansen

Restore coffee/register for now

1 parent 600f5300
Showing with 1 additions and 1 deletions
......@@ -52,7 +52,7 @@ module.exports = (function() {
get: function() {
if (this.path.match(/\.coffee$/)) {
try {
require('coffee-script')
require('coffee-script/register')
} catch(e) {
console.log("You have to add \"coffee-script\" to your package.json.")
process.exit(1)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!