stable

Clone or download

Read-only

Fix order of deps and hash JS in TLP

This fixes request #10232: jquery should be included before select2 in TLP For now, only JS files are revisioned. CSS files will come in a later refactoring. How to test: - yarn run build in TLP folder (or tuleap) - make sure that there are no javascript errors in the TLP doc and in Tuleap burning parrot page Change-Id: I28df30d299a723affbbb8915a76d60f1d0790da5

Modified Files

Name
M src/www/themes/BurningParrot/BurningParrotTheme.php +3 −1 Go to diff View file
M src/www/themes/common/tlp/doc/index.php +9 −1 Go to diff View file
M src/www/themes/common/tlp/gulpfile.js +74 −20 Go to diff View file
M src/www/themes/common/tlp/package.json +3 −0 Go to diff View file
M src/www/themes/common/tlp/yarn.lock +313 −7 Go to diff View file