All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.primefaces.timeline.extensions.txt Maven / Gradle / Ivy

There is a newer version: 14.0.0
Show newest version
Notes on updating Timeline
---------------------------

1. Add the custom PrimeFaces CSS at the bottom of timeline.css

/**************************/
/** Custom PrimeFaces css */
/**************************/

2. Remove all sourceMaps from both CSS and JS files. You can use Regexp in NotePad++ to remove \/\*(.*?)\*\/

Example: /*# sourceMappingURL=vis-timeline-graph2d.min.css.map */

3. Remove this last line of 0-timeline.js to remove the source mapping URL

//# sourceMappingURL=vis-timeline-graph2d.min.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy