FS#53397 - [grafana] 4.1.1-1 Frontend assets are built in developement mode

Attached to Project: Community Packages
Opened by Duarte David (DeltaEvo) - Tuesday, 21 March 2017, 15:41 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 23 March 2017, 01:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Currently npm run build in grafana build assets for developpement mode, so charging grafana is extreamly slow, to change this just change:
npm run build
(line 54) to
npm run build release

Optional:
More arguments must be passed to build a clean package see https://github.com/grafana/grafana/blob/master/build.go#L351
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Thursday, 23 March 2017, 01:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  grafana 4.1.2-1

Loading...