hatemalimam / ChartistJSF

Highly Customizable Responsive Charts for JavaServer Faces.
https://chartistjsf-showcase.herokuapp.com
Apache License 2.0
39 stars 12 forks source link

primefaces.js doesn't exist in PrimeFaces 6.0 #8

Closed stephanrauh closed 8 years ago

stephanrauh commented 8 years ago

Your library currently isn't compatible to PrimeFaces 6.0. The PrimeFaces team has split the primefaces.js into two smaller files:

@ResourceDependency(library="primefaces", name="core.js"), @ResourceDependency(library="primefaces", name="components.js")

Also see the PF 6.0 migration guide: https://github.com/primefaces/primefaces/wiki/Migration-Guide

hatemalimam commented 8 years ago

Thanks, now it's fixed.

stephanrauh commented 8 years ago

Thanks!

Stephan