-
Can't seem to get this running after a fresh install...
```
> foundation-apps-template@0.0.1 start /Users/rusty/Desktop/myApp
> gulp
[12:53:33] Using gulpfile ~/Desktop/myApp/gulpfile.js
[12:53:33] …
-
Would be useful to see your releases published on npm so it can be easily used with [Browserify](http://browserify.org/).
-
Is there a way to emit or send nodemon events?
Right now I'm on this situation:
I'm running some test that depends on the node server, so what I'm doing is:
``` js
nodemon({script: './app.js', …
gianu updated
10 years ago
-
- [x] azurefile
- [x] boolean
- [x] cloudinaryimage
- [x] cloudinaryimages
- [x] code
- [x] color
- [x] date
- [x] datetime
- [x] email
- [x] embedly
- [x] html
- [x] key
- [x] localfile
- [x] localfi…
-
Trying to use this task emits an error
```
[gulp] [nodemon] starting `node --debug=5858 ./src/server/app.js`
events.js:72
throw er; // Unhandled 'error' event
^
Error: Command …
-
We need a reference application we can all refer to when suggesting changes to our stack.
Phase: Build / Ship
Owner: @simonwex
Decision: @simonwex
Lead design: n/a
Lead dev: @Pomax
Quality: @jbuck
D…
-
sassdoc expects npm v2, which is not the default install (1.4.x is). This doesn't mean OBT _always_ fails to install but it does seem to add to the flakiness. A number of bugs are reported over at sas…
-
Well I started reading about appcache last night and got a decent version working in my app. So I thought it'd be really cool if it was added to the angular material docs since it's a perfect applicat…
epelc updated
9 years ago
-
I'm trying to install this package the following way:
```
npm install --save-dev git://github.com/doctyper/gulp-modernizr.git
```
Also by just cloning the rep and then running `npm install` in it.
…
sQVe updated
10 years ago
-
On the readme, it says:
> PostCSS transforms are often more powerful than preprocessor equivalents. For example, Autoprefixer would be impossible with preprocessors.
I wonder what you mean by this? …