Sha256: 6a99411e8696ea65f2aaf61a641f36b73a09a8a76b812c3a7e93341bfd40378d
Contents?: true
Size: 443 Bytes
Versions: 1
Compression:
Stored size: 443 Bytes
Contents
{exec} = require 'child_process' task 'print', 'Build project from lib/*.coffee to build/*.js', -> exec 'coffee --compile --print lib/ALT159.js.coffee', (err, stdout, stderr) -> throw err if err console.log stdout + stderr task 'build', 'Build project from src/*.coffee to build/*.js', -> exec 'coffee --join bin/ALT159.js --compile lib/types lib', (err, stdout, stderr) -> throw err if err console.log stdout + stderr
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alt159-rails-0.0.3 | vendor/assets/javascripts/alt159/Cakefile |