gulp tag

17 questions


1 answers
147 views
0
'node_modules' is not recognized as an internal or external command, an operational program or batch file.

yarn run production causes Gulp seems to be moving halfway...but there is also an error.Why is this?C:\Users\User\Documents\Git2>yarn run productionyarn run v1.3.2(node:12924) [DEP0005]DeprecationW...

1 years ago

2 answers
88 views
0
How do I consolidate multiple TypeScript files in Angular 2?

If you look at the Angular2 formula tutorial 3, you will find the following four .ts files.app.component.tsboot.tshero.tshero-detail.component.tsFor example, if you look at app.component.ts, you can i...

1 years ago

1 answers
108 views
0
Error on gulp webserver

events.js:85 below;// Unhandled 'error' event ^Error: getaddrinfo ENOTFOUND localhost at errnoException (dns.js:44:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:94:26)When I hit the gulp...

1 years ago

1 answers
102 views
0
About file_get_contents, wp_remote_get Risks

It supports the Google AMP page.Write style amp-custom directly to the header Automatically generating css files from the sass fileWrite in gulp or in php file_get_contents Load or use wordpress wp_re...

1 years ago

1 answers
86 views
0
Error in rsync protocol data stream (code 12) when synchronizing with gulp-rsync

When I tried to synchronize files with gulp-rsync, I received the following error: gulp-rsync:rsync error: error in rsync protocol data stream (code12)If it's a simple reason, such as an unstable Inte...

1 years ago

1 answers
84 views
0
How do I combine url() designated css into one with gulp?

For example, if you have a/css/a.css, b/css/b.css, you want to combine them and create css/x.css. with reference to a/css/a.css --url(../image/A.png)a/image/A.pngb/css/b.css --url (../image/A.png) ref...

1 years ago

1 answers
105 views
0
If you put a Japanese folder in a folder monitored by gulp-watch, it stops with an error.

If you create and rename a new folder in a folder that is being monitored by gulp-watch, an ENOENT error will occur and the monitoring will stop.Instead of not using the folder name in Japanese, If po...

1 years ago

1 answers
109 views
0
Cannot find module '~/testproj/src/app.js 'from'~/testproj' error when auto-transpiling browserify on gulp watch

As per the title, I am trying to use gulp to automatically execute the file monitoring transpile of browserify.I configured gulpfile.js as follows:var gulp=require('gulp');varbrowserify=require('brows...

1 years ago

1 answers
63 views
0
Invalid CSS Error Running gulp-ass

I am trying to create a compilation environment for sass using gulp.I created various installations, gulpfile.js, and wrote a task in gulpfile.js, but this error does not compile well. events.js:160 b...

1 years ago

1 answers
92 views
0
ES6 Breakpoint Does Not Work on RubyMine (or JetBrains)

Probably https://devnet.jetbrains.com/message/5526866John Hunter's when I start debugging, no breakpoints are ever hit (it does open up the page in Chrome and I get the message' 'JetBrains IDE Support...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.