-
I love generator-m-ionic so much! Thank you guys for this amazing workflow tooling.
I have been trying to generate sourcemaps for Sentry like this:
if (options.minify) {
stream
.pipe(jsF…
-
Hi, I am thinking of add grunt and bower to the project. They will just make it easier to run and be referenced for the project. And they will not change the content of project.
The structure of the…
-
Hey, I would really like to use your Webchat here but i got only a weird interface when I install and run your app.
![Error Image](https://drive.google.com/uc?export=download&id=1Qou3C4bgslJqjj7Blh…
-
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…
-
```
➔ yarn build
yarn run v1.16.0
$ ssg source/config.yaml
/app/.pnp.js:3839
throw firstError;
^
Error: Package "entu-ssg@5.0.0" (via "/Users/glen/Library/Caches/Yarn/v4/npm-entu-ssg-…
-
### pnpm version:
6.32.3
### Code to reproduce the issue:
package.json and pnpm-lock.yaml at https://gist.github.com/MBelniak/e9a14fcc72e20b2e0355aa3b25278eec
`pnpm install --no-optional`
and a…
-
# Steps to reproduce
Using the CLI tool in version 9.0.0 (first line to demonstrate a simple setup):
```
docker run --name node:18 -it bash
npm install -g @node-minify/cli @node-minify/uglify-…
-
I'm running node 0.10.26 + npm 1.4.7 (installed using mxcl/homebrew) on OSX 10.9.2.
Tried to get `moa` up and running using the instructions from the Getting Started section of the README, but kept e…
-
Uncaught (in promise) {mode: "social", orgId: "5e00f1b9-82c7-4190-b080-3fb8c93d123d", widgetId: "widgetsA-d836-4dca-83f1-6b338804618e", error: {…}, error_code: "200", …}
I've tried adding my own es…
-
So I've made up a Gruntfile on my own fork. It concats all the js files, minifies, uglifies and does the same with html and css files, then copies everything into a `dist` or distribution folder. What…