diff --git a/gulpfile.js b/gulpfile.js index 2c3cbae9..1a0f4a3c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -36,7 +36,8 @@ elixir(function (mix) { .styles([ 'resources/assets/css/**/*.css', 'node_modules/font-awesome/css/font-awesome.min.css', - 'node_modules/rangeslider.js/dist/rangeslider.css' + 'node_modules/rangeslider.js/dist/rangeslider.css', + 'node_modules/sweetalert/dist/sweetalert.css' ], 'public/css/vendors.css', './'); mix.version(['css/vendors.css', 'css/app.css', 'js/vendors.js', 'js/main.js']); diff --git a/package.json b/package.json index caf52300..428e2070 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "rangetouch": "0.0.9", "select": "^1.0.6", "sinon": "^1.17.2", + "sweetalert": "^1.1.3", "vue": "^2.0.0-beta.5", "vue-hot-reload-api": "^1.3.2", "vueify": "^9.1.0", diff --git a/resources/assets/js/components/main-wrapper/main-content/playlist.vue b/resources/assets/js/components/main-wrapper/main-content/playlist.vue index 5bf437ec..4cacfc01 100644 --- a/resources/assets/js/components/main-wrapper/main-content/playlist.vue +++ b/resources/assets/js/components/main-wrapper/main-content/playlist.vue @@ -38,7 +38,7 @@ @@ -57,6 +57,7 @@