mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 21:52:34 +08: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',
|
||||
'typescript:build',
|
||||
'karma:test',
|
||||
'phantomjs',
|
||||
'css',
|
||||
'htmlmin:build',
|
||||
'ngtemplates',
|
||||
|
@ -9,6 +9,7 @@ module.exports = function(grunt) {
|
||||
'tslint',
|
||||
'clean:gen',
|
||||
'copy:public_to_gen',
|
||||
'phantomjs',
|
||||
'css',
|
||||
'typescript:build'
|
||||
]);
|
||||
|
Reference in New Issue
Block a user