laravel-inky icon indicating copy to clipboard operation
laravel-inky copied to clipboard

Resolving CSS to public folder

Open Neve12ende12 opened this issue 7 years ago • 1 comments

Is there any way to make the CSS resolve to the public/css folder instead of the asset/css folder?

Neve12ende12 avatar Jan 25 '18 19:01 Neve12ende12

I've forked this package to accomplish this: https://github.com/ChrisThompsonTLDR/laravel-inky

I haven't put it on packagist yet, but you can test with

"require": {
    "christhompsontldr/laravel-inky": "dev-master as 0.6"
},
"repositories": [
    {
        "type": "vcs",
        "url":  "[email protected]:christhompsontldr/laravel-inky.git"
    }
]

ChrisThompsonTLDR avatar Sep 19 '18 21:09 ChrisThompsonTLDR