tanmaypatel / dat-gui

Automatically exported from code.google.com/p/dat-gui
1 stars 0 forks source link

requiering fails #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
add requier to my project

What is the expected output? What do you see instead?
gui will run from source
i get public/js/text.js 404 (Not Found)

What version of the product are you using? On what operating system?
i git cloned it on osx lion

Please provide any additional information below.

Original issue reported on code.google.com by liorha...@gmail.com on 14 Jan 2012 at 1:42

GoogleCodeExporter commented 9 years ago
text.js is part of require.js. Try including it manually.

https://github.com/jrburke/requirejs/blob/master/text.js

Original comment by gldunne@gmail.com on 16 Mar 2012 at 11:06