
META-INF.resources.bower_components.angular-progress-button-styles.Gruntfile.min.js Maven / Gradle / Ivy
module.exports=function(a){a.initConfig({sass:{dist:{files:{"dist/angular-progress-button-styles.css":"sass/progress-button-styles.scss"}}},less:{dist:{files:{"dist/angular-progress-button-styles.css":"less/progress-button-styles.less"}}},cssmin:{options:{shorthandCompacting:false,roundingPrecision:-1},target:{files:{"dist/angular-progress-button-styles.min.css":["dist/angular-progress-button-styles.css"]}}},uglify:{main:{files:{"dist/angular-progress-button-styles.min.js":["dist/angular-progress-button-styles.js"]}}},copy:{js:{src:"js/angular-progress-button-styles.js",dest:"dist/angular-progress-button-styles.js"}}});a.loadNpmTasks("grunt-sass");a.loadNpmTasks("grunt-contrib-less");a.loadNpmTasks("grunt-contrib-cssmin");a.loadNpmTasks("grunt-contrib-copy");a.loadNpmTasks("grunt-contrib-uglify");a.registerTask("styles",["sass:dist","cssmin"]);a.registerTask("scripts",["copy:js","uglify:main"]);a.registerTask("default",["scripts","styles"])};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy