laravel-inky
laravel-inky copied to clipboard
Resolving CSS to public folder
Is there any way to make the CSS resolve to the public/css folder instead of the asset/css folder?
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"
}
]