-
We recently launched [BackboneORM](http://vidigami.github.io/backbone-orm/) which needs to run in the Browser and in Node.js.
I [modified Brunch's module system](https://github.com/vidigami/backbone-…
-
### Description
`brunch build` returns `error: undefined of app\script.tsx failed. rror: Unexpected token (17:16)`. (Note that the `rror` is not my typo, direct paste from the console.)
My app is he…
-
http://stackoverflow.com/questions/35897223/plugin-as-optimizer-and-compiler
> I'm trying to make a plugin which implements the compile & optimize methods. In the doc, optimizers and compilers are al…
-
Try this:
```
let myAdd: (baseValue:number, increment:number) => number =
function(x, y) { return x + y; };
exports.myAdd = myAdd;
exports.zzz = myAdd(5, '2');
```
It seems to go through. Not s…
-
I have just installed Visual Studio 2015 Preview and Web Essentials 2015.0 and I noticed that my .less stylesheets don't get compiled at all into css. In fact the less options are completely missing f…
-
Hi everyone, I'm trying to import libs in npm_modules via import keyword but had the next error: "error: Compiling of app/vendor.ts failed. Cannot read property 'resolvedModule' of undefined".
In my …
-
### Description
Brunch started to fail compiling after `npm install`. When I run build with `DEBUG="brunch:*" brunch b` command, it stucks at some point, right after copying assets and the last line …
-
garyb updated
8 years ago
-
Just curios 😄 I tried deployment on heroku after generating a Phoenix app by `mix phoenix.new app_name --no-brunch --no-ecto` 😃 but I saw it's still installing `node` by the default config. How can I…
-
First of all, thank you so much for a wonderful piece of software!
I'm having some trouble with my brunch setup. I have a JS library I've compiled that compiles just fine, and works just great on its…