mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
added chartjs to path in gulp
This commit is contained in:
@@ -423,7 +423,7 @@
|
|||||||
"filename": "app/templates/new/components/head.html",
|
"filename": "app/templates/new/components/head.html",
|
||||||
"hashed_secret": "ee5048791fc7ff45a1545e24f85bec3317371327",
|
"hashed_secret": "ee5048791fc7ff45a1545e24f85bec3317371327",
|
||||||
"is_verified": false,
|
"is_verified": false,
|
||||||
"line_number": 35,
|
"line_number": 34,
|
||||||
"is_secret": false
|
"is_secret": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -710,5 +710,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"generated_at": "2024-05-29T21:18:03Z"
|
"generated_at": "2024-06-05T22:01:56Z"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
<meta property="og:image" content="/static/images/notify-og-image.png">
|
<meta property="og:image" content="/static/images/notify-og-image.png">
|
||||||
{# google #}
|
{# google #}
|
||||||
<script type="text/javascript" src="{{ asset_url('js/gtm_head.js') }}"></script>
|
<script type="text/javascript" src="{{ asset_url('js/gtm_head.js') }}"></script>
|
||||||
<script type="text/javascript" src="{{ url_for('static', filename='js/chart.umd.js') }}"></script>
|
|
||||||
<meta name="google-site-verification" content="niWnSqImOWz6mVQTYqNb5tFK8HaKSB4b3ED4Z9gtUQ0" />
|
<meta name="google-site-verification" content="niWnSqImOWz6mVQTYqNb5tFK8HaKSB4b3ED4Z9gtUQ0" />
|
||||||
{% if g.hide_from_search_engines %}
|
{% if g.hide_from_search_engines %}
|
||||||
<meta name="robots" content="noindex" />
|
<meta name="robots" content="noindex" />
|
||||||
|
|||||||
@@ -97,7 +97,8 @@ const javascripts = () => {
|
|||||||
paths.npm + 'timeago/jquery.timeago.js',
|
paths.npm + 'timeago/jquery.timeago.js',
|
||||||
paths.npm + 'textarea-caret/index.js',
|
paths.npm + 'textarea-caret/index.js',
|
||||||
paths.npm + 'cbor-js/cbor.js',
|
paths.npm + 'cbor-js/cbor.js',
|
||||||
paths.npm + 'socket.io-client/dist/socket.io.min.js'
|
paths.npm + 'socket.io-client/dist/socket.io.min.js',
|
||||||
|
paths.npm + 'chart.js/dist/chart.umd.js'
|
||||||
]));
|
]));
|
||||||
|
|
||||||
// JS local to this application
|
// JS local to this application
|
||||||
|
|||||||
Reference in New Issue
Block a user