-
When trying to generate an object i get:
```
$ yo phaser-plus:object
Object class generator:
? What's the name of the object? Shape
? (Optional) What does this object do? Represents a single shape on…
budda updated
8 years ago
-
Based on both conversations internally and on #64, @briannaorg is going to attempt to create a theme generator using Gulp. What I'd like to see is someone clone/download wd_s and then type: `npm insta…
-
On the read me instruction you may want to change
```
$ ml local bootstrap
$ ml local deploy modules
```
to
```
$ ./ml local bootstrap
$ ./ml local deploy modules
```
This way newbies and beginner…
-
# feature
- [x] 移除 provide 变量,需要引用 webpack 等插件直接通过
~~var webpack = require('cooking/lib/webpack')~~
``` javascript
var webpack = require('webpack') // 直接 require 也能访问到 🌚
```
- [x] 模板生成用 [slush](htt…
-
grtjn updated
8 years ago
-
```
slush markoa
Slush markoa generator: v.0.5.7
module.js:341
throw err;
^
Error: Cannot find module 'gulp-print'
at Function.Module._resolveFilename (module.js:339:15)
at Function…
-
Not sure this still occurs in latest slush, but worth a check. Add something like:
``` css
myclass {
.label-warn;
}
```
to `main.less`, and you get this in older slush when running `gulp less`:
`…
grtjn updated
8 years ago
-
```
C:\>npm i -g git+https://git.cobalt-engine.com/cobalt/co-cli.git
npm WARN `git config --get remote.origin.url` returned wrong result (https://git
.cobalt-engine.com/cobalt/utils.git)
npm WARN `git…
-
Roxy will (try to) show the warning `Running ml new from within a Roxy project is not recommended. Continue? [yN]`, and ask to confirm if you want to continue, but the warning is not passed through by…
grtjn updated
8 years ago
-
im getting this strange error after i freshly set up everything. do i have to create some sort of json file for slush to run? happend on all other generators
```
➜ prototype slush gulp-primer
/usr/…