comparison Gruntfile.js @ 410:c93ac92aef5b

web: Move Jouvence CSS to a file.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Jan 2017 09:19:21 -0800
parents b8561bf43e32
children 67cda09b0524
comparison
equal deleted inserted replaced
409:7981f2140c14 410:c93ac92aef5b
8 development: { 8 development: {
9 options: { 9 options: {
10 paths: ["wikked/assets"] 10 paths: ["wikked/assets"]
11 }, 11 },
12 files: { 12 files: {
13 "wikked/static/css/wikked.min.css": "wikked/assets/css/wikked.less" 13 "wikked/static/css/wikked.min.css": "wikked/assets/css/wikked.less",
14 "wikked/static/css/jouvence.min.css": "wikked/assets/css/jouvence.less"
14 } 15 }
15 }, 16 },
16 production: { 17 production: {
17 options: { 18 options: {
18 paths: ["wikked/assets"], 19 paths: ["wikked/assets"],
19 compress: true 20 compress: true
20 }, 21 },
21 files: { 22 files: {
22 "wikked/static/css/wikked.min.css": "wikked/assets/css/wikked.less" 23 "wikked/static/css/wikked.min.css": "wikked/assets/css/wikked.less",
24 "wikked/static/css/jouvence.min.css": "wikked/assets/css/jouvence.less"
23 } 25 }
24 } 26 }
25 }, 27 },
26 requirejs: { 28 requirejs: {
27 development: { 29 development: {