Skip to main content

All Questions

Tagged with
0 votes
0 answers
28 views

gulp5, sass - A task did not complete. Sync task with 'return' to async task

An issue with a Gulpfile made me stuck in one point of a webdesigner course which consists of prerecorded tutorials. I tried to recreate steps from a video about making a gulpfile.js: var gulp = ...
Grzegorz K's user avatar
0 votes
0 answers
22 views

Compile Sass directly to HTML file with Gulp

I've setup Gulp to compile Sass in VS Code using their guide which works great but I now have a project where I can't embed any external CSS or JS, meaning I would need to get all my compiled Sass ...
yayheartbeat's user avatar
0 votes
1 answer
26 views

Gulp for compiling SASS and automatic updates

Earlier on I had a security policy issue on scripting which I was able to resolve. I have tried to follow gulp documentation on the installation and compilation of sass and also a few YouTube ...
Ed-RIFT's user avatar
0 votes
0 answers
16 views

Gulp Compiling issues

I have picked up a job from a friend, who got their site built from Fiver, I am having Huge trouble compiling ANYTHING, i have tried installing gulp, npm run watch, and neither seem to work. The files ...
RuntyBeef's user avatar
1 vote
0 answers
250 views

How can I optimize the loading performance of my website by consolidating multiple <style> elements generated from compiled SCSS into fewer elements?

I am using vue v2 to make and setup a site. I have made multipe scss-files in the 'component'-directory. i'm talking about a relatively big site, so there is about 60 scss files. when my site loads, i ...
SuperDuperBeeldmateriaal SDBpr's user avatar
1 vote
1 answer
53 views

Is it possible to compile SCSS to the CSS that is only used on the website (external css) or page (internal css)?

I normally build sites in either Next.js with external CSS files (Next.js does the compiling from external SCSS files to the CSS files), or static/CMS based sites/modules/plugins also with external ...
Laurence Cope's user avatar
0 votes
1 answer
39 views

SASS, Gulp watch PHP Files in base directory and subdirectories

I am developing a WordPress theme using SASS and gulp locally. I am new to both SASS and gulp and followed a very good course on creating your own framework. I've got running perfectly on html files ...
Ashley Young's user avatar
0 votes
1 answer
37 views

write Gulp-sass filtes to different folders

hello to everyone, I use the Foundation Framework (6.8.1) for the frontend development of TYPO3 websites. The Foundation Asset folder is in the project root, from there I would like to render some ...
m.orange's user avatar
0 votes
1 answer
31 views

Use Gulp Newer on Array of Sources

I am trying to speed up my watch task by optimizing scss compilation task. Orginally I had all of my scss compiling into one big app.css file but I found that if I remove some @imports that are rarely ...
kierrapalmer's user avatar
0 votes
1 answer
64 views

Can I use sass instead of node-sass in suiteCommerce project?

I am using mac system. chip : apple M2 macOS : Ventura 13.4 i was trying to install suiteCommerce Theme Developer Tool, but ran into following problem when i was trying to install node-sass v7.0.0, ...
Vishal Sangole's user avatar
0 votes
0 answers
20 views

Experiencing gulp difficulties and learning gulp

I have some difficulties with gulp creating a running webpage, my default and scssTask are failing. I input 'gulp' in my terminal on VSCode and it is showing that my functions are starting but then '...
Giovanni's user avatar
0 votes
0 answers
39 views

VSCode Gulp Sass installation blows up when I haven't finished a line but hit save or it saves automatically when there's no ;

I'm not super familiar with golf at this point, but there's gotta be a way to configure error handling this. It can't always just freak out when there's no ; at the end while you're in the middle of ...
MaxRocket's user avatar
  • 982
1 vote
1 answer
757 views

SASS Error: Unknown output style "compact"

SASS can't find output style compact nested This is my code: const { src, dest } = require('gulp'); const sass = require('gulp-sass')(require('sass')); const bulk = require('gulp-sass-bulk-...
Ismoil's user avatar
  • 21
0 votes
1 answer
54 views

how to fix csp bug with pug, sass, gulp

This is my project structure: enter image description here My gulpfile.js : const gulp = require("gulp"); const pug = require("gulp-pug"); const sass = require('gulp-sass')(require(...
Cloly's user avatar
  • 1
0 votes
0 answers
32 views

kss-node multiple markup on page?

is there a way so show multiple markup on a page in kss-node? Like a overview page? Normal: // Whatever // // Lets show Whatever // // Markup: atoms/2.01.whatever/_2.01.1.whatever.html // // ...
McFly2k's user avatar

15 30 50 per page
1
2 3 4 5
68