#multi theme and view cache dir.

2 messages · Page 1 of 1 (latest)

orchid oak
#

Hi ,

I have split the themes for admin and front pages. It seems all classes are loading. what happens If I remove './storage/framework/views/*.php' line ? And add theme folder instead ?

I want to know is it required that line?


module.exports = {
    content: [
         './vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
        './vendor/laravel/jetstream/**/*.blade.php',
        './storage/framework/views/*.php',  // <- is it required? 
        './resources/views/**/*.blade.php',
    ],
    ..
};

sick nova
#

Since that line has no asterisk * I assume it's doing nothing