Top "Gulp" questions

Gulp is a JavaScript build system, Node.

Concat scripts in order with Gulp

Say, for example, you are building a project on Backbone or whatever and you need to load scripts in a …

javascript gulp
Gulp command not found after install

I installed gulp(globally) and it looks like it worked because it ran this code: ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── …

macos bash terminal npm gulp
How to use npm with ASP.NET Core

I'm using npm to manage the jQuery, Bootstrap, Font Awesome and similar client libraries I need for my ASP.NET …

c# asp.net-mvc npm gulp asp.net-core
Get the current file name in gulp.src()

In my gulp.js file I'm streaming all HTML files from the examples folder into the build folder. To create …

gulp
Karma: Running a single test file from command line

So, I've been looking all over for this, found "similar" answers here, but not exactly what I want. Right now …

javascript gruntjs gulp karma-runner karma-jasmine
'gulp' is not recognized as an internal or external command

I am trying to use Gulp and Node.Js to stream my process for minifying and concatenating CSS/JS files …

node.js gulp
console.log to stdout on gulp events

I want to log to stdout (the config environment) when a gulp task is running or has run. Something like …

javascript node.js gulp
Everytime I run gulp anything, I get a assertion error. - Task function must be specified

I'm trying to run the command below but unfortunately I run into errors. $ gulp build In my terminal and I …

gulp gulp-watch
gulp.run is deprecated. How do I compose tasks?

Here is a composed task I don't know how to replace it with task dependencies. ... gulp.task('watch', function () { var …

javascript gulp
Local gulp not found (Try running: npm install gulp)

I created a module (webapp-module-storage) which has the following definitions: package.json { "dependencies": { ... }, "devDependencies": { "gulp": "^3.9.1", ... }, "name": "webapp-module-storage", "scripts": { "postinstall": "gulp …

npm gulp npm-install post-install