tridium / gmaps-example

Example that integrates the Google Maps API into a Niagara 4.4 bajaux Web Widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing files and broken URL

senrajdeep opened this issue · comments

Hi ,

The discussion url is broken and I am got below error message when tried to implement it.Error: JavaException: java.io.FileNotFoundException: G:\N4.2\GMAPS\GMaps\GMaps-ux\build\tmp\buildjs.GMaps-ux.gmaps\moduleResources\js-ux\rc\handlebars\handlebars-v4.0.6.js

Can you suggest on this and if it is still working?

handlebars-v4.0.6.js does not exist in 4.2, only handlebars-v2.0.0.js. grunt-niagara should automatically fall back to the previous version but it may not be able to find it (it lives in the js-ux module). Is the niagara_home environment variable set to the correct value?

As a temporary workaround to get up and running, you can go into node_modules/grunt-niagara/conf/defaults/requirejsDefaults.js and remove the 4.0.6 version.