-
As a user,
I want to create an info file that is read from when I create new packages
So that i don't need to manually fill out the details in package.json
-
At a basic level this should cover how tasks are specified and ran. During discussion there has been consensus around the idea that tasks should be able to be specified from external npm modules, or l…
-
I am trying to write a generator for a project that will use Webpack and HtmlWebpackPlugin which can provide a template for webpack to use in its bundle generation. The problem is that when providing …
-
-
Do you have any repository demonstrating a game in some working form using the layout pattern proposed by this generator - would be a nice example guide for n00bs.
budda updated
8 years ago
-
Having a slush or yeoman generator with this starter will be awesome!
Godoy updated
8 years ago
-
Here is my gulp file:
```
gulp.task('assets', function() {
return gulp.src(srcs.assets)
.pipe(changed(dests.assets))
.pipe(gulp.dest(dests.assets))
.pipe(browserSync.r…
-
I just ran through the setup on a windows box. I suggest updating the pre-reqs to list out the following:
Jdk (vs jre)
Gradle
Node 4.x+
Gulp
Bower
Slush
Git
-
This is a feature request to implement a flag to `npm pack` (and perhaps `publish`) to keep `.gitignore` files in the tarball. Right now they seem to be renamed to `.npmignore` by `npm pack`.
The use…
-
Hi there.
Centos 7
node v5.8.0
npm 3.7.3
Command 'slush kickstart' breaks with error:
/usr/lib/node_modules/slush-kickstart/slush/defaults.js:37
authorName: user.name || '',
…