I did this:
- Copied index.js to /freeboard/js/jqplot-plugin.js
- Added to main freeboard index.html
head.js("js/freeboard_plugins.min.js",
"js/jqplot-plugin.js",
But I think it would be better it add it to the Gruntfile.js so it can be properly deployed.
I did this:
head.js("js/freeboard_plugins.min.js",
"js/jqplot-plugin.js",
But I think it would be better it add it to the Gruntfile.js so it can be properly deployed.