-
What is the best way to program conditionals into pipes, a la [gulp-if](https://github.com/robrich/gulp-if)? Sometimes it's nice to create a single task that sends .html and .js files different direc…
-
This project relies heavily on `require.resolve`. While this was initially introduced for [better webpack support](https://github.com/mishoo/UglifyJS/pull/3435), this causes issue with other bundlers …
-
I'm not 100 % sure on the claims I make here, so please correct me, if I'm wrong.
It appears that input files that already have source maps attached to them are just passed through transparently, i…
-
Hi! I'm using this for a simple Vue application, with the simplest possible stock webpack settings, and am not able to use pug-loader effectively. I can confirm the dep is there in ```node_modules```…
-
Hello,
When running `gulp dist`, the resulting `dist/my-app.min.js` just doesn't run as expected.
I'm using _ui-router_. When debugging inside my app's `.config()`, I see dependencies (including `$st…
ghost updated
9 years ago
-
Hi,
Thank you for sharing your code.
I would like to try your code and so I have been unable to get it working but here is the error that I get:
```
$ npm start
> TurkerGaze@0.0.2 start /Users/kay…
-
```
# npm audit report
async 2.0.0 - 2.6.3
Severity: high
Prototype Pollution in async - https://github.com/advisories/GHSA-fwr7-v2mv-hh25
Depends on vulnerable versions of lodash
fix available via …
-
Hi I tried the configuration you specified however it didn't quite work. Perhaps I am missing something? If you can kindly point it out it would be much appreciated.
# My folder hierarchy is as follow…
-
If a sourcemap is written, and then subsequently loaded and written again in the same pipeline, then the final output contains both sourcemaps.
For example, given the following input file (`test.es6.…
kjots updated
7 years ago
-
I'm using requirejs, as as such, all JS gets concatenated into a single file. I'm setting `workerPath` to the correct folder containing Ace, but `theme` and `mode` don't seem to get picked up. Even sp…