Skip to content

Instantly share code, notes, and snippets.

@mstarkman
Created December 4, 2011 21:29
Show Gist options
  • Save mstarkman/1431342 to your computer and use it in GitHub Desktop.
Save mstarkman/1431342 to your computer and use it in GitHub Desktop.
Unable to access connect-assets jsCompilers
assets = require 'connect-assets'
eco = require 'eco'
assets.jsCompilers.eco =
eco:
match: /\.eco$/
compileSync: (sourcePath, source) ->
eco.compile source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment