Shu Song

Results 4 issues of Shu Song

I'm using angular-localize#1.2.1 with angular#1.2.28. The bower.json dependencies is as follows: ``` "dependencies": { "angular": ">=1.2 < 2", "angular-cookies": ">=1.2 < 2", "angular-sanitize": ">=1.2 < 2" } ``` This lead...

I have a private engine at `@my-private-scope/aglio-theme-foo`. When I do `aglio -t foo`, aglio is unable to find this module, because it's only looking for modules like [this](https://github.com/danielgtaylor/aglio/blob/master/src/main.coffee#L55): ```javascipt require('aglio-theme-'...

Currently, the relay port is always random. This doesn't work well if the server is dockerized. It needs to know which ports to forward when the server starts. It looks...

Hi thanks for this tool. I'm try been trying to integrate this with my apps and we need to pulbish to NPM, but then I see you have `npmPublish` set...