coreui / coreui-free-bootstrap-admin-template-ajax

CoreUI Ajax is free bootstrap admin template
http://coreui.io
MIT License
62 stars 36 forks source link

build does not produce a production dist folder #7

Open endymion00 opened 6 years ago

endymion00 commented 6 years ago

If I'm not wrong by running npm run build it should produce "a production build" but I see that, for example, index.html has a reference to styles.css and not styles.min.css. Also the dist folder contains ALL files including minified ones so a deploy to production is not possible because files should be removed and edited by hand.