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

.plugins.content.2.6.1.source-code.ContentResources.groovy Maven / Gradle / Ivy

Go to download

A plugin used to manage contents like static pages, menus etc. at one place. Also provides shortened and user friendly urls.

There is a newer version: 2.6.2
Show newest version
modules = {
    menuItem {
        resource id: 'js', url: [dir: 'js/', file: "menu-item-sorting.js"], minify: true
        resource id: 'css', url: [dir: 'css/', file: "menu-item-sorting.css"], minify: true
        dependsOn 'draggableAndSortable'
    }

    draggableAndSortable {
        resource id: 'js', url: [dir: 'js/jquery-ui', file: 'jquery-ui-1.10.3.custom.js']
    }

    wordAndCharacterCounter {
        resource url: [dir: "js", file: "word-and-character-counter.js"]
    }

    tagcloud {
        resource id: 'js', url: [dir: "js/jquery-tagcloud", file: "jquery.tagcloud.js"]
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy