question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No content provided.

See original GitHub issue

Context with tailwindcss laravel mix inside October CMS (A laravel CMS based)

not sure about what config should be applied: my feils are dispersed in different folder like layout, pages, partials, …

mix.setPublicPath('./assets/public/')
    .js('assets/js/app.js', 'js')
    .sass('assets/sass/app.scss', 'css')
    .tailwind()
    .purgeCss({
        enabled: true,
        extensions: ['htm', 'html', 'js', 'php', 'vue'],        
        folders: ['.'],
    });

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8

github_iconTop GitHub Comments

2reactions
KevinBeckerscommented, Apr 20, 2020

Hello @damsfx,

This is what my purgeCss looks like:

.purgeCss({
  enabled: true,
  folders: ['./templates'],
  extensions: ['.twig', 'twig', 'html']
}
2reactions
KevinBeckerscommented, Jun 21, 2019

Solved my problem by specifying the template folder in folders.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What to do when - java.io.FileNotFoundException: No content ...
io.FileNotFoundException: No content provider logcat output. If anyone could tell me what I am doing wrong or what I should do instead, that...
Read more >
204 No Content - HTTP - MDN Web Docs - Mozilla
The HTTP 204 No Content success status response code indicates that a request has succeeded, but that the client doesn't need to navigate ......
Read more >
Photo Widget- No content available | Apple Developer Forums
Hi i have “Featured” but my photos widget still says “no content available “. I just upgraded to a 12 pro max from...
Read more >
[Solved] java.io.FileNotFoundException: No content provider
Hi All, Back with another problem. I have an App that takes a Screen Shot and the user saves to SD Card. This...
Read more >
No content provider: /storage/emulated/0/DCIM/Camera ...
I say this is a better way because you do not know if the image comes from a content:// scheme or a file://...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found