Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile issue #4

Open
sunosheen opened this issue Jan 2, 2022 · 0 comments
Open

Compile issue #4

sunosheen opened this issue Jan 2, 2022 · 0 comments

Comments

@sunosheen
Copy link

sunosheen commented Jan 2, 2022

Hello

After I try to get compile once it work well and create the file but when I change In code and try get new compile its not update the source at all and I have to remove folder and get new compile again;

require('laravel-mix-extract-media-queries');

mix.extractMediaQueries({
hash: '[name].css',
verbose: false,
minify: mix.inProduction(),
combined: true,
breakpoints: [{
minWidth: 1,
filename: 'assets/css/responsive/xs.css',
},
{
minWidth: 480,
filename: 'assets/css/responsive/sm.css',
},
{
minWidth: 768,
filename: 'assets/css/responsive/md.css',
},
{
minWidth: 960,
filename: 'assets/css/responsive/lg.css',
},
{
minWidth: 1200,
filename: 'assets/css/responsive/xl.css',
}
, {
minWidth: 1400,
filename: 'assets/css/responsive/xxl.css',
}]
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant