panique / mini3

Just an extremely simple naked PHP application, useful for small projects and quick prototypes.
274 stars 100 forks source link

Import Bootstrap CSS/JS from node modules using NPM #50

Closed amirakbulut closed 8 months ago

amirakbulut commented 6 years ago

When loading bootstrap files in my css or js files, I get the error page returned in my browser. I'm guessing this is because only my public folder is requestable, how do I solve this?

panique commented 5 years ago

put everything in the /public folder :) ! /public/css is then what will be shown as www.yourdomain.com/css in the browser.