All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.overview.resources.js.overview.js Maven / Gradle / Ivy

Go to download

Runs multiple web applications in multiple tomcats on a single machine. Stool is a command line tool that provides a lifecycle for stages: create, configure, build, run and remove. A stage contains web applications, that may come in different flavors: Maven war projects or artifacts (GAV coordinates).

The newest version!
require.config({
    baseUrl: "resources/js/app",
    paths: {
        "jquery": "../lib/jquery-1.11.0.min",
        "bootstrap": "../lib/bootstrap.min",
        "shepherd": "../lib/shepherd",
        "driftwood": "../lib/driftwood.min"
    },
    shim: {
        bootstrap: {
            deps: ['jquery']
        },
        logging: {
            deps: ['driftwood']
        }
    }
});
requirejs(['main']);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy