stable

Clone or download

Read-only

request #10184: Avoid running scss-lint in build task in TLP

How to test: - building TLP sass and doc should still function - running "npm run build" should no longer trigger scss lint - running "npm run watch" should trigger scss lint. When scss-lint encounters an error ('E'), it should stop and not build the compressed CSS. Change-Id: Ia780ff89ea801dd5f4f14c1d0e85a4889eb74cd6

Modified Files

Name
M src/www/themes/common/tlp/gulpfile.js +27 −11 Go to diff View file
M src/www/themes/common/tlp/package.json +2 −1 Go to diff View file
M src/www/themes/common/tlp/yarn.lock +9 −8 Go to diff View file