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

arabyeu.jashing.jashing.0.0.16.source-code.wro.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<groups xmlns="http://www.isdc.ro/wro">

    <group name="dashing">
        <js>classpath:statics/dashing/jquery.js</js>
        <js>classpath:statics/dashing/batman.js</js>
        <js>classpath:statics/dashing/*.js</js>
        <js>classpath:statics/dashing/*.coffee</js>
    </group>

    <group name="widgets">
        <js>classpath:statics/widgets/**.coffee</js>
        <js>classpath:statics/widgets/**.js</js>
        <css>classpath:statics/widgets/**.css</css>
        <css>classpath:statics/widgets/**.scss</css>
    </group>

    <group name="assets">
        <js>classpath:statics/assets/javascripts/**.js</js>
        <js>classpath:statics/assets/javascripts/dashing.gridster.coffee</js>

        <css>classpath:statics/assets/stylesheets/*.css</css>
        <css>classpath:statics/assets/stylesheets/application.scss</css>
    </group>

    <group name="application">
        <group-ref>dashing</group-ref>
        <group-ref>assets</group-ref>
        <group-ref>widgets</group-ref>

        <js>classpath:statics/assets/javascripts/application.coffee</js>

    </group>
</groups>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy