mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
adding phantomjs task to default and build
This commit is contained in:
@@ -11,6 +11,7 @@ module.exports = function(grunt) {
|
|||||||
'copy:public_to_gen',
|
'copy:public_to_gen',
|
||||||
'typescript:build',
|
'typescript:build',
|
||||||
'karma:test',
|
'karma:test',
|
||||||
|
'phantomjs',
|
||||||
'css',
|
'css',
|
||||||
'htmlmin:build',
|
'htmlmin:build',
|
||||||
'ngtemplates',
|
'ngtemplates',
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ module.exports = function(grunt) {
|
|||||||
'tslint',
|
'tslint',
|
||||||
'clean:gen',
|
'clean:gen',
|
||||||
'copy:public_to_gen',
|
'copy:public_to_gen',
|
||||||
|
'phantomjs',
|
||||||
'css',
|
'css',
|
||||||
'typescript:build'
|
'typescript:build'
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user