Polyfill ES5

This commit is contained in:
James Brooks
2017-03-18 09:05:22 +00:00
parent 7ad6626154
commit fb21023e92
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ elixir((mix) => {
.sass('dashboard.scss', 'public/dist/css/dashboard.css')
.sass('app.scss', 'public/dist/css/app.css')
.scripts([
'node_modules/es5-shim/es5-shim.js',
'node_modules/es5-shim/es5-sham.js',
'node_modules/jquery/dist/jquery.min.js',
'node_modules/bootstrap-sass/assets/javascripts/bootstrap.min.js',
'node_modules/moment/min/moment-with-locales.min.js',

View File

@@ -6,6 +6,7 @@
"bootstrap-sass": "^3.3.6",
"chart.js": "^2.4.0",
"eonasdan-bootstrap-datetimepicker": "^4.17.46",
"es5-shim": "^4.5.9",
"github-markdown-css": "^2.3.0",
"gulp": "~3.9.1",
"ionicons": "~2.0",