<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
- <component name="ProjectTasksOptions">
+ <component name="ProjectTasksOptions" suppressed-tasks="SCSS">
<TaskOptions isEnabled="true">
<option name="arguments" value="$FileName$ $FileNameWithoutExtension$.css --source-map" />
<option name="checkSyntaxErrors" value="true" />
--- /dev/null
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title></title>
+</head>
+<body>
+
+</body>
+</html>
--- /dev/null
+require('./bootstrap');
--- /dev/null
+window._ = require('lodash');
+
+/**
+ * We'll load the axios HTTP library which allows us to easily issue requests
+ * to our Laravel back-end. This library automatically handles sending the
+ * CSRF token as a header based on the value of the "XSRF" token cookie.
+ */
+
+window.axios = require('axios');
+
+window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
+
+import Plyr from 'plyr';
+
+const player = new Plyr('#player');
--- /dev/null
+body
+ background-color: #f00
*/
mix.js('resources/js/app.js', 'public/js')
- .sass('resources/sass/app.scss', 'public/css');
+ .sass('resources/sass/app.sass', 'public/css');
+
+mix.js('resources/elearningmedia/js/app.js','resources/elearningmedia/dist/js')
+ .sass('resources/elearningmedia/sass/app.sass','resources/elearningmedia/dist/css');