-
https://github.com/yeoman/generator-webapp/blob/master/app/templates/Gruntfile.js#L360
This is a race condition where cssmin is being run before concurrent:dist is done, thus the css is always output…
-
TypeError: Cannot read property 'bold' of undefined
at Object. (c:\Users\Àlex\AppData\Roaming\npm\node_modules\gener
ator-sass-boilerplate\node_modules\yeoman-generator\lib\util\common.js:5:56)
…
-
Hi,
I tried to istall angular and silex with:
yo angular-silex
But at the end this is the error
invoke angular-silex:common:/usr/local/lib/node_modules/generator-angular-silex/app/index.js
…
-
While requirejs:dist works with a js project, it fails with a cs project. The baseUrl is set to app/scripts and in case of a cs file this should be .tmp/scripts. When making that change however, the o…
-
I'm on OS X 10.8.5 with the following installed:
- Xcode and command line tools
- Homebrew
- Git `brew install git`
- node/npm (via the nodejs.org installer)
- Yeoman `npm install -g yo`
- Grunt `npm …
-
ref: https://github.com/yeoman/yeoman/wiki/Stylus-integration
After following the steps and running `grunt compass` I get a file `app/styles/*.css` instead of `foo.css`.
It looks like grunt-contrib-…
-
After fresh install and running 'yo mobile':
```
TypeError: Cannot read property 'bold' of undefined
at Object. (/usr/local/share/npm/lib/node_modules/generator-mobile/node_modules/yeoman-generat…
-
I've recently been exploring https://github.com/sintaxi/harp which is an integrated webserver and preprocessor. Having a .less or .coffee file in a directory and requesting a .css or .js respectively,…
-
1. When I save a change in a scss file, the browser gets updated without a full refresh, the terminal actually outputs: .. Reload main.css. Everything cool there, but...
2. If I change something in th…
-
After we run `yeoman init` we should be able to conditionally install app pieces throughout development - and have them alter index.html in expected ways.
Scripts would populate between the `` and `…