I was encountering a cofeescript page, when i happened to bump into a require
syntax like #= require something
It is not a commented out required syntax, and removing the =
breaks the build.
The project seems to be using angular, with coffee script , connect assets and jade.
here is the link to one of the files.
can anybody explain me what is happening in here?
Asked
Active
Viewed 61 times
0
-
1Please place the relevant code directly into your question, instead of linking to an external file that may disappear or change at any time. – Blazemonger Dec 02 '16 at 22:46
-
It would also help if you reported the errors from the broken build. – Mike Cluck Dec 02 '16 at 22:48
-
1That looks like [Sprockets](https://github.com/rails/sprockets) or a similar preprocessor/packager. – mu is too short Dec 03 '16 at 00:52