-
When running `gulp build` the css generated from the ./sass files is duplicated under the ./build directory:
```
build
├── build
│ └── css
│ ├── app.css
│ └── app_ie.css
├── css
│ ├──…
-
I've inherited a large legacy codebase, and I have decided to implement gulp + browserify for our build step. Unfortunately, due to the way the app was architected, it doesn't make sense to compile ev…
-
![image](https://cloud.githubusercontent.com/assets/1072425/18254966/f846d834-73a3-11e6-8271-15c449c10b5f.png)
hi zurb, I've just installed the foundation cli and create a new template with your gulp…
-
Выдается ошибка при запуске gulp.
```
webpack 5.94.0 compiled successfully
[13:38:39] Finished 'scripts' after 1.52 s
[13:38:39] Starting 'styles'...
[13:38:40] The following tasks did not com…
Dikht updated
2 months ago
-
1. ~~Simply minify CSS and HTML~~
2. ~~ngMin and minify AngularJS~~
3. Vulcanize Polymer (or inject minified CSS and JS into minified HTML)
4. ~~Use minified Bower assets~~
5. ~~Gulp target or similar…
-
Production files would be minified and compressed.
```
gulp build:prod
gulp build:dev
```
-
-
Does this issue occur when all extensions are disabled?: Yes, it does
- VS Code Version: 1.94.2
- OS Version: Darwin x64 23.6.0
Steps to Reproduce:
1. Open this repository in VSCode
2. Ope…
-
Before you open this issue, please complete the following tasks:
* [x] use the search bar at the top of the page to search this repository for similar issues or discussions that have already been o…
-
``` javascript
var Path = require('path');
var gulp = require('gulp'),
jshint = require('gulp-jshint'),
nodemon = require('gulp-nodemon');
gulp.task('jshint', function() {
return gulp.sr…