issues Search Results · repo:gulp-community/gulp-less language:JavaScript
Filter by
217 results
(62 ms)217 results
ingulp-community/gulp-less (press backspace or delete to remove)4.2.0 released in September, and supports (amongst other things) the nested container query syntax.
I edited the version of less in the gulp-less package.json and ran an npm i... and it seemed to work. ...
Brugman
- 3
- Opened on Dec 31, 2023
- #323
gulp less --luma - ok gulp exec --isb - ok
but gulp less --isb failed
[19:48:18] Using gulpfile /var/www/domains/isb.wsl/gulpfile.js
[19:48:18] Starting less ...
Running gulp task LESS compilation for ...
MaxAlekseyev
- 2
- Opened on Mar 11, 2023
- #322
Hi,
I am getting below error while doing npm run build
`npm run build
project_name@0.0.3 build C:\dev\beauty\src\PacDig.BeautyLove.Cms gulp build
[00:33:39] Using gulpfile C:\dev\beauty\src\PacDig.BeautyLove.Cms\gulpfile.js ...
harsheet
- Opened on Nov 2, 2022
- #321
screenshot-20220610-173629
version 4.0.1
Does anyone have the same problem?
372598420
- Opened on Jun 10, 2022
- #320
content of gulpfile.js
` gulp.task( less , function() { return gulp.src( ./src/**/*.less ) .pipe(gulpLess()) .pipe(gulp.dest(dist)) })
gulp.task( watch , function() { gulp.watch( ./src/**/*.less , {events: ...
meiqi502
- Opened on Jun 8, 2022
- #319
Hi, I m learning to use gulp and gulp less to compile some less files. I got some error information, but I can t locate
which file reported an error. The error information is as follows:
(node:20992) ...
dbwcooper
- 2
- Opened on Nov 26, 2021
- #318
I am running this example but getting an error gulp is not defined:
const less = require( gulp-less );
const path = require( path );
gulp.task( less , function () {
return gulp.src( ./src/lib/ui/**/*.less ...
xeroxstar
- 1
- Opened on Sep 7, 2021
- #317
Hallo guys,
maybe anyone can help me.
after migration to the latest version of gulp-less plugin our less files will be compiled wrong.
example: I import rz-slider less file whock contain some classes ...
WuglyakBolgoink
- 2
- Opened on Sep 4, 2021
- #316
Ahoi, there are some weird version mismatches within this project. In every corner there s another version number:
- on NPM: 5.0.0 (which seems to be correct) - https://www.npmjs.com/package/gulp-less ...
mriot
- 2
- Opened on Jun 18, 2021
- #315
Hi,
I just tried to upgrade to less 4.0.0 in an existing project, which gives me the following error:
Error: less version 4.0.0 is not currently supported
at Object.exports.load (C:\Users\mdel\git\devbox\git\sensum\node_modules\accord\lib\index.js:29:13) ...
enhancement
help wanted
mdel-cm
- 12
- Opened on Dec 21, 2020
- #312
![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.