then I added this
    @Contribute(ModuleManager.class)
    public static void setupBaseModules(MappedConfiguration<String, Object> 
configuration,
            @Path("context:assets/js/bootstrap.min.js") Resource bootstrap,
            @Path("context:assets/js/jquery.min.js") Resource jquery )
    {
        configuration.add("bootstrap", new 
JavaScriptModuleConfiguration(bootstrap));
        configuration.add("jquery", new JavaScriptModuleConfiguration(jquery));
    }
and t-5.4-beta-22 continues to try and find a file Transition.js
Thanks for any help out of this




Best regards 
and thanks... KEN                                                               
                  

Reply via email to