1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00

Switch to local jquery.gritter, fix undefined variable error in minified build due to "use strict"';

This commit is contained in:
Kevan Ahlquist 2015-12-07 00:01:08 -06:00
parent d881d97c06
commit 91968b9f4b
3 changed files with 421 additions and 2 deletions

View file

@ -45,7 +45,7 @@ module.exports = function (grunt) {
jsTpl: ['<%= distdir %>/templates/**/*.js'],
jsVendor: [
'bower_components/jquery/dist/jquery.js',
'bower_components/jquery.gritter/js/jquery.gritter.js',
'assets/js/jquery.gritter.js', // Using custom version to fix error in minified build due to "use strict"
'bower_components/bootstrap/dist/js/bootstrap.js',
'bower_components/spin.js/spin.js',
'bower_components/vis/dist/vis.js',