/**
 * Minified by jsDelivr using Terser v5.37.0.
 * Original file: /npm/ripple-gateway-webapp-example@1.8.1/Gruntfile.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";module.exports=function(s){require("load-grunt-tasks")(s),require("time-grunt")(s),s.initConfig({yeoman:{app:require("./bower.json").appPath||"app",dist:"dist"},watch:{js:{files:["{.tmp,<%= yeoman.app %>}/scripts/{,*/}*.js"],tasks:["newer:jshint:all"]},jsTest:{files:["test/spec/{,*/}*.js"],tasks:["newer:jshint:test","karma"]},compass:{files:["<%= yeoman.app %>/styles/{,*/}*.{scss,sass}"],tasks:["compass:server","autoprefixer"]},styles:{files:["<%= yeoman.app %>/styles/{,*/}*.css"],tasks:["newer:copy:styles","autoprefixer"]},gruntfile:{files:["Gruntfile.js"]},livereload:{options:{livereload:"<%= connect.options.livereload %>"},files:["<%= yeoman.app %>/{,*/}*.html",".tmp/styles/{,*/}*.css","<%= yeoman.app %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}"]}},connect:{options:{port:9e3,hostname:"localhost",livereload:35729},livereload:{options:{open:!0,base:[".tmp","<%= yeoman.app %>"]}},test:{options:{port:9001,base:[".tmp","test","<%= yeoman.app %>"]}},dist:{options:{base:"<%= yeoman.dist %>"}}},jshint:{options:{jshintrc:".jshintrc",reporter:require("jshint-stylish")},all:["Gruntfile.js","<%= yeoman.app %>/scripts/{,*/}*.js"],test:{options:{jshintrc:"test/.jshintrc"},src:["test/spec/{,*/}*.js"]}},clean:{dist:{files:[{dot:!0,src:[".tmp","<%= yeoman.dist %>/*","!<%= yeoman.dist %>/.git*"]}]},server:".tmp"},autoprefixer:{options:{browsers:["last 1 version"]},dist:{files:[{expand:!0,cwd:".tmp/styles/",src:"{,*/}*.css",dest:".tmp/styles/"}]}},compass:{options:{sassDir:"<%= yeoman.app %>/styles",cssDir:".tmp/styles",generatedImagesDir:".tmp/images/generated",imagesDir:"<%= yeoman.app %>/images",javascriptsDir:"<%= yeoman.app %>/scripts",fontsDir:"<%= yeoman.app %>/styles/fonts",importPath:"<%= yeoman.app %>/bower_components",httpImagesPath:"/images",httpGeneratedImagesPath:"/images/generated",httpFontsPath:"/styles/fonts",relativeAssets:!1,assetCacheBuster:!1},dist:{options:{generatedImagesDir:"<%= yeoman.dist %>/images/generated"}},server:{options:{debugInfo:!0}}},rev:{dist:{files:{src:["<%= yeoman.dist %>/scripts/{,*/}*.js","<%= yeoman.dist %>/styles/{,*/}*.css","<%= yeoman.dist %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}","<%= yeoman.dist %>/styles/fonts/*"]}}},useminPrepare:{html:"<%= yeoman.app %>/index.html",options:{dest:"<%= yeoman.dist %>"}},usemin:{html:["<%= yeoman.dist %>/{,*/}*.html"],css:["<%= yeoman.dist %>/styles/{,*/}*.css"],options:{assetsDirs:["<%= yeoman.dist %>"]}},imagemin:{dist:{files:[{expand:!0,cwd:"<%= yeoman.app %>/images",src:"{,*/}*.{png,jpg,jpeg,gif}",dest:"<%= yeoman.dist %>/images"}]}},svgmin:{dist:{files:[{expand:!0,cwd:"<%= yeoman.app %>/images",src:"{,*/}*.svg",dest:"<%= yeoman.dist %>/images"}]}},htmlmin:{dist:{options:{},files:[{expand:!0,cwd:"<%= yeoman.app %>",src:["*.html","views/*.html"],dest:"<%= yeoman.dist %>"}]}},ngmin:{dist:{files:[{expand:!0,cwd:".tmp/concat/scripts",src:"*.js",dest:".tmp/concat/scripts"}]}},cdnify:{dist:{html:["<%= yeoman.dist %>/*.html"]}},copy:{dist:{files:[{expand:!0,dot:!0,cwd:"<%= yeoman.app %>",dest:"<%= yeoman.dist %>",src:["*.{ico,png,txt}",".htaccess","bower_components/**/*","images/{,*/}*.{webp}","fonts/*"]},{expand:!0,cwd:".tmp/images",dest:"<%= yeoman.dist %>/images",src:["generated/*"]}]},styles:{expand:!0,cwd:"<%= yeoman.app %>/styles",dest:".tmp/styles/",src:"{,*/}*.css"}},concurrent:{server:["compass:server","copy:styles"],test:["compass","copy:styles"],dist:["compass:dist","copy:styles","imagemin","svgmin","htmlmin"]},karma:{unit:{configFile:"karma.conf.js",singleRun:!0}}}),s.registerTask("serve",(function(e){if("dist"===e)return s.task.run(["build","connect:dist:keepalive"]);s.task.run(["clean:server","concurrent:server","autoprefixer","connect:livereload","watch"])})),s.registerTask("server",(function(){s.log.warn("The `server` task has been deprecated. Use `grunt serve` to start a server."),s.task.run(["serve"])})),s.registerTask("test",["clean:server","concurrent:test","autoprefixer","connect:test","karma"]),s.registerTask("build",["clean:dist","useminPrepare","concurrent:dist","autoprefixer","concat","ngmin","copy:dist","cdnify","cssmin","uglify","rev","usemin"]),s.registerTask("default",["newer:jshint","test","build"])};
//# sourceMappingURL=/sm/eab1c83a01f8e59f1eca0932852fc79fb8409e7c7adde7a9b5aca2c2a152daf2.map