Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
bc05cc49
Commit
bc05cc49
authored
Jan 21, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(phantomjs): another fix for phantomjs rendering, #3804
parent
cbb5811d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
public/views/index.html
+1
-0
tasks/options/concat.js
+3
-2
No files found.
public/views/index.html
View file @
bc05cc49
...
@@ -59,6 +59,7 @@
...
@@ -59,6 +59,7 @@
<script
src=
"[[.AppSubUrl]]/public/vendor/npm/es5-shim/es5-shim.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/vendor/npm/es5-shim/es5-shim.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/vendor/npm/es6-shim/es6-shim.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/vendor/npm/es6-shim/es6-shim.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/vendor/npm/es6-promise/dist/es6-promise.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/vendor/npm/es6-promise/dist/es6-promise.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/vendor/npm/systemjs/dist/system-polyfills.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/vendor/npm/systemjs/dist/system.src.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/vendor/npm/systemjs/dist/system.src.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/app/system.conf.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/app/system.conf.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/app/boot.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/app/boot.js"
></script>
...
...
tasks/options/concat.js
View file @
bc05cc49
...
@@ -28,9 +28,10 @@ module.exports = function(config) {
...
@@ -28,9 +28,10 @@ module.exports = function(config) {
js
:
{
js
:
{
src
:
[
src
:
[
'<%= genDir %>/vendor/npm/es
6
-shim/es5-shim.js'
,
'<%= genDir %>/vendor/npm/es
5
-shim/es5-shim.js'
,
'<%= genDir %>/vendor/npm/es6-shim/es6-shim.js'
,
'<%= genDir %>/vendor/npm/es6-shim/es6-shim.js'
,
'<%= genDir %>/vendor/npm/es6-promise/es6-promise.js'
,
'<%= genDir %>/vendor/npm/es6-promise/dist/es6-promise.js'
,
'<%= genDir %>/vendor/npm/systemjs/dist/system-polyfills.js'
,
'<%= genDir %>/vendor/npm/systemjs/dist/system.js'
,
'<%= genDir %>/vendor/npm/systemjs/dist/system.js'
,
'<%= genDir %>/app/system.conf.js'
,
'<%= genDir %>/app/system.conf.js'
,
'<%= genDir %>/app/boot.js'
,
'<%= genDir %>/app/boot.js'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment