-
The release of ember-template-compiler [1.9.0-alpha](https://github.com/toranb/ember-template-compiler/releases/tag/v1.9.0-alpha) has broken this package. There's already a [conversation](https://gith…
-
I am having the elm-brunch plugin compile a variety of main apps into a single file, which is output to a brunch watched directory of other javascript, which then all gets compiled into one single jav…
-
## Problem
When I run elm-brunch, I get monochromatic errors:
![image](https://cloud.githubusercontent.com/assets/1479215/18337207/58614d76-7543-11e6-9af2-c8a448ca57c4.png)
When I run elm-make dire…
-
None of my required files make it into the bundle if they're from `node_modules`. I've tracked this down to the function `isJs` in `lib/explore.js`:
```javascript
const isJs = (fileList, path) => …
-
I am having some problems running
```
npm run compiler
```
I am getting this error:
```
MyMachine:MyApp my_user$ npm run compiler
> nodewebkit-angular-foundation-seed@0.0.1 compiler /Users/my_use…
-
I have the problem that elm-brunch directly compiles to files in the destination folder. So brunch can't join the compiled elm files with other javascripts files, nor is it possible to uglify.
Other …
-
## Problem
On windows it seems as if, after cloning a repo, the elm files are not compiled. Only after changing the contents of every elm file, then saving each file, does elm-brunch recognize the ch…
-
Is it possible to make subsequent builds faster?
I have a project that takes 3 minutes to compile (mostly sass -> autoprefixer -> postcss -> css). Every time I deploy, that's 3 minutes just for brunc…
-
On phoenix 1.3, when i run:
mix admin.install
I get :
** (Mix) Can't find brunch-config.js
-
Could you add a repo with a small skeleton project, with the javascript pipeline (bundler, watcher etc.) configured and working? It would be a big help for people not coming from the javascript world.