clean-css Questions
1
Solved
I have a bash script that minifies all my less files and outputs the result into a .min.css file. I have already looked at other answers on similar questions, but nothing works. After updating to M...
3
Angular 5: ng build - -prod fails due to clean-css: Cannot read property 'line' of undefined
My app is under Angular 5.2.6.
Things are normal with ng serve, but when running ng build --prod, it takes a while, before failing. The errors seem to have to do with the clean-css actions.
Error...
Hawse asked 28/2, 2018 at 16:10
1
Solved
So I'm noticing that my current Gulp setup isn't importing remote fonts such as google fonts. In my main.scss file I have:
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100itali...
Underpants asked 23/10, 2015 at 17:43
1
Solved
I'm looking for a plugin chain to use with Gulp that provides:
source map support
less
minification
concatenation
URL replacement (rebase) to address relocation/concat
I currently have the firs...
Debase asked 19/5, 2015 at 22:17
1
© 2022 - 2024 — McMap. All rights reserved.