1[ 2 { 3 "watchdog.tricks.LoggerTrick": { 4 "patterns": [ 5 "*.py", 6 "*.js" 7 ] 8 } 9 }, 10 { 11 "watchmedo_webtricks.GoogleClosureTrick": { 12 "scripts": { 13 "index-page": [ 14 "app/static/js/vendor/jquery.js", 15 "app/static/js/base.js", 16 "app/static/js/index-page.js"], 17 "about-page": [ 18 "app/static/js/vendor/jquery.js", 19 "app/static/js/base.js", 20 "app/static/js/about-page.js"] 21 }, 22 "suffix": ".min.js", 23 "source_directory": "app/static/js/", 24 "hash_names": true, 25 "patterns": ["*.js"], 26 "destination_directory": "app/public/js/", 27 "compilation_level": "advanced", 28 "mappings_module": "app/javascript_mappings.json" 29 } 30 } 31] 32