phetsims / pendulum-lab

"Pendulum Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
4 stars 10 forks source link

Automated Testing Build Error (8/9/2016 9:56 AM) #157

Closed phet-steele closed 7 years ago

phet-steele commented 7 years ago
Running "eslint:allFiles" (eslint) task

Running "clean" task

Running "requirejs:build" (requirejs) task
>> Error: Error: syntax error in /home/mendeleev/git/pendulum-lab/js/../images/license.json: Unexpected end of input
>> In module tree:
>>     pendulum-lab-main
>>       PENDULUM_LAB/energy/EnergyScreen
>>         PENDULUM_LAB/energy/view/EnergyView
>>           PENDULUM_LAB/energy/view/EnergyGraphNode
>>             PENDULUM_LAB/energy/view/SingleEnergyGraphNode
>>               PENDULUM_LAB/energy/view/ClearThermalButton
>>                 image
>> 
>>     at getLicenseEntry (eval at  (/home/mendeleev/git/pendulum-lab/node_modules/requirejs/bin/r.js:28057:38), :47:15)
Warning: Task "requirejs:build" failed. Use --force to continue.

Aborted due to warnings.
veillette commented 7 years ago

There is a brace missing in the license.json file

veillette commented 7 years ago

pendulum-lab builds without error. Closing.