primefaces / primeui

Rich set of javascript-css only widgets
http://www.primefaces.org/primeui
278 stars 125 forks source link

Where are "primeui.css", "primeui.js" and "primeelements.js"? #215

Closed fenglinyushu closed 8 years ago

fenglinyushu commented 8 years ago

I see they in index.html

fenglinyushu commented 8 years ago

And how can we test Prime UI with localhost?

cagataycivici commented 8 years ago

They are generated under build folder, if you run the gulp tasks like gulp build-all. To run it locally, first to the gulp build-all and then do npm start.