comparison Gruntfile.js @ 415:67cda09b0524

web: Add cache-bust argument for development mode.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 20 Mar 2017 23:05:53 -0700
parents c93ac92aef5b
children 499a7ff5c990
comparison
equal deleted inserted replaced
414:8fe1e38f2917 415:67cda09b0524
28 requirejs: { 28 requirejs: {
29 development: { 29 development: {
30 options: { 30 options: {
31 optimize: "none", 31 optimize: "none",
32 baseUrl: "wikked/assets/js", 32 baseUrl: "wikked/assets/js",
33 mainConfigFile: "wikked/assets/js/wikked.js", 33 mainConfigFile: "wikked/assets/js/wikked-dev.js",
34 dir: "wikked/static/js", 34 dir: "wikked/static/js",
35 modules: [ 35 modules: [
36 { 36 {
37 name: "wikked.app", 37 name: "wikked.app",
38 include: ["require.js"] 38 include: ["require.js"]