-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
For a node project, I would like to have my index.coffee file using to do like such:
#= require <vendor>
#= require <functions>
(($) ->
#= require <form-elements>
#= require <main-site>
) jQuery
Unfortunately, instead of going where I expect them to go, they end up at the top of the file - which is the programmed intended action, but not what I am looking for.
I would like to be able not to always write the ready function for all files.
Is there a way to compile/concat coffeescript that can put included files at specific positions, say inside a function?
Zydnar
Metadata
Metadata
Assignees
Labels
No labels