stable

Clone or download

Read-only

Revision hash SCSS files for core and Agiledashboard

This is part of request #10744: Generated CSS files should have a revision hash This is a first step to fine-tune the approach. Other plugins / themes / parts of core will be revisioned in later commits How to test: - "npm run sass" in tuleap/ dir - a manifest.json file is created at {plugin,src}/www/themes/{BurningParrot, FlamingParrot}/assets - All themes SCSS files should now be created at their respective assets/ dir - The assets/ dir is cleared automatically during "npm run sass" Change-Id: I3c7cc24e574fe28f138238be8bf94ecff6f4690d

Modified Files

Name
M .gitignore +2 −0 Go to diff View file
M gulpfile.js +4 −2 Go to diff View file
M package-lock.json +21 −0 Go to diff View file
M package.json +1 −1 Go to diff View file
M plugins/agiledashboard/build-manifest.json +4 −2 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +12 −2 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenterBuilder.php +7 −1 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +14 −4 Go to diff View file
M tools/utils/sass-builder.js +52 −15 Go to diff View file