Skip to main content

All Questions

Tagged with
2 votes
0 answers
137 views

Execute Grunt-Sass in a GitHub Action

I'm trying to publish a Blazor WASM in an Azure Static Web App with a GitHub Action. This application uses a custom Bootstrap stylesheet, generated by grunt-contrib-sass npm module. Grunt Contrib Sass ...
Andres Talavera's user avatar
2 votes
0 answers
385 views

Grunt compass:dist task failing due to Invalid CSS in bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss

grunt build is failing by yielding following error: error app/styles/directive.scss (Line 369 of bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss: Invalid CSS ...
Zeeshan Hassan Memon's user avatar
3 votes
0 answers
53 views

Convert SASS variables into CSS Root Variables

I want to do the following: I have a color switcher on my website, when the user clicks on a color I want to change the text color on my website to the clicked color with Javascript. In my JS code I ...
Ghirasim Daniel's user avatar
0 votes
0 answers
99 views

Grunt Livereload to reload just the styles

Added "grunt-contrib-livereload": "^0.1.2" to sass compile grunt config. Yes, it's reloading, but the whole DOM. Magento 2 native config reloader reloading just the styles, not ...
Max.A's user avatar
  • 69
3 votes
0 answers
1k views

NPM Install failing after macOs Update to Monterey

Im not sure how to fix this error on Node. I get below error when I run npm install to setup Grunt Sass in the server. I have upgraded to latest Mac OS - Monterrey yesterday. npm ERR! code E404 ...
Asanka's user avatar
  • 493
1 vote
1 answer
396 views

Error: Could not find an option named "sourcemap" when running SASS and Grunt

I am trying to run Grunt and SASS in order to uglify and minify javascript, CSS and SCSS. I am trying to run grunt in a RHEL8 AWS EC2 Instance and have installed the required dependencies: NodeJS: v10....
arjunbnair's user avatar
1 vote
1 answer
484 views

Unclear - Unsupported node-sass with current environment

Trying to set up instance of Facebook CTF on an AWS EC2 instance running Ubuntu 16.04 and am running into the following error when doing the quick setup. My current version of node-sass and node are $ ...
snoopy's user avatar
  • 121
0 votes
1 answer
229 views

My "grunt watch" is running but it doesn't apply the changes from SCSS to CSS

I'm currently having a problem with my grunt watch command. It appears to be running and is listening to the changes but it doesn't apply them. I need to change my scss to css. I'm very new to all of ...
Herlik's user avatar
  • 1
0 votes
1 answer
328 views

Task not found error while using Grunt task runner

I am on a Windows machine and I believe I have installed everything I need to run the grunt task: grunt sass I have already executed the following commands in my terminal: npm install grunt-sass --...
MomentoMori4's user avatar
0 votes
0 answers
251 views

Grunt-Sass How to prevent uncompression of CSS

I'm using GRUNT-SASS for my project and I'm using a minified version of normalize.css and have it on partials named _reset.scss. My problem is, GRUNT-CSS converting it into uncompressed/beautified ...
RaffyM's user avatar
  • 315
0 votes
1 answer
766 views

Solution for compiling SCSS and deploying to remote server

We are in need of a solution to compile SCSS and deploy to a remote server. We have tried using both Grunt and Gulp setups but it appears that the FTP plugins for both are no longer compatible with ...
rctneil's user avatar
  • 7,136
0 votes
2 answers
307 views

Would styleURL in an Angular component be faster or more efficient than having a compiled and transpiled app.css built from all the scss files?

I'm not sure I'm understanding the purpose of styleURLS in Angular. All my scss files compile to one large css file, and the entire app points to that css file. As such, the html generated with the ...
McFiddlyWiddly's user avatar
1 vote
0 answers
34 views

Visual Studio Code - saving js and scss with version number

is there any preference to be configured in Visual Studio Code in order to have scss compiled with a version number? Same thing for js? What I mean is having somehitng like globalstyle.63c1c17c.css ...
Aptivus's user avatar
  • 433
0 votes
1 answer
162 views

grunt serve doesn't work. Because injector.sass is missing?

In my terminal i get this error: Running "injector:sass" (injector) task Verifying property injector.sass exists in config...ERROR Unable to process task. Warning: Required config property ...
Tenkaklet's user avatar
1 vote
0 answers
128 views

Sass DevTools wrong path and line

I want to edit sass files for my project using google devtools. After adding my project from the workspace, I can make live changes. But.. The source map shows the path to the sass files incorrectly. ...
aykut's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
32