stable

Clone or download

Read-only

Inline css dependencies

This is part of story #8380: have short response time when I load Planning view @import in less results, by default, in a classical @import in css. This implies additional requests from the browser, potentially blocking rest calls and such. We have to switch from recess to less in order to inline dependencies inside the main css file of the application. Change-Id: Ieaeeddfe441277b44bb49fbdb148cb6a0ff1f1be

Modified Files

Name
M plugins/agiledashboard/www/js/planning-v2/Gruntfile.js +9 −17 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package.json +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/less/main.less +6 −6 Go to diff View file