Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged gulp

0 votes
531 views
1 answer
    This is also currently biting my project, which uses gulp-sass. gulp-sass depends on node-sass#^3.4.1 which just ... : "1.11.1" } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
722 views
1 answer
    I am using this file matching in gulp: 'content/css/*.css' But I would like to only include the files that do not ... .dest('content/css')); }); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
848 views
1 answer
    I am trying to minify my script files for which i am using gulp task runner And I am trying gulp-uglify ... concat Any help would be appreciated See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
608 views
1 answer
    When i use gulp-uglify with browserify i get a error events.js:72 throw er; // Unhandled 'error' event ^ Error at new ... dest('./web/js')); }); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
918 views
1 answer
    I am new to babel. I set it up like this: .babelrc: { "presets": ["es2015", "es2017"] } gulpfile: gulp. ... target? So it can compile to ES3? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
556 views
1 answer
    Not a gulp-specific question per-se, but how would one get info from the package.json file within the gulpfile.js; ... and use it in a task. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
378 views
1 answer
    It has been a while since I played with ASP.NET 5 so it was a surprise to me that bower components are now ... my Asp.NET 5 web application? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
673 views
1 answer
    I have this path in my react gulpfile: var path = { HTML: 'src/index.html', ALL: ['src/js/*.js', 'src ... .. but what is the double? single glob See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...