Hi guys, I'm not importing any custom js. My configuration is rather very
basic
AppModule.class
configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER,
"jquery");
Layout.class
@Import(stack = "core", module = {"bootstrap/dropdown"}, stylesheet =
{"context:css/layout.css"})
Import
Hi George,
check if correct .js libs are specified to import. When lib is not found
I'm getting the same page template and as it's not a valid .js file I'm
getting error.
Or maybe on of libs is referring to something that does not exist (or was
moved?)
Regards,
Michal
On Sat, Nov 9, 2013 at 5:5
Have you tried clearing your browser-cached assets before running the
application ? What special features are you implementing in your form/page ?
*-*
*Muhammad Gelbana*
http://www.linkedin.com/in/mgelbana
On Fri, Nov 8, 2013 at 8:48 PM, George Christman wrote:
> Hello, I'm