Open mmikhan opened 8 years ago
All the JS and CSS files need to be included through the gulpfile.js so that we would only need to use only one CSS and JS file reference on the layout file. So, clean up the <head></head> section from the resources/views/layouts/app.blade.php
gulpfile.js
<head></head>
resources/views/layouts/app.blade.php
i have no enough knowledge about gulp , so DIY ( do it yourself )
Will do.
finished this task ?
All the JS and CSS files need to be included through the
gulpfile.js
so that we would only need to use only one CSS and JS file reference on the layout file. So, clean up the<head></head>
section from theresources/views/layouts/app.blade.php