Mercurial > wikked
comparison Gruntfile.js @ 328:d19fbf3025e0
Remove Bootstrap, add Font-Awesome.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 25 Oct 2014 22:17:51 -0700 |
parents | 1c25cb99859f |
children | 74b849875a57 |
comparison
equal
deleted
inserted
replaced
327:71ee5b73a1f8 | 328:d19fbf3025e0 |
---|---|
40 name: "js/wikked", | 40 name: "js/wikked", |
41 out: "wikked/static/js/wikked.min.js" | 41 out: "wikked/static/js/wikked.min.js" |
42 } | 42 } |
43 } | 43 } |
44 }, | 44 }, |
45 imagemin: { | 45 /*imagemin: { |
46 all: { | 46 all: { |
47 files: [{ | 47 files: [{ |
48 expand: true, | 48 expand: true, |
49 cwd: 'wikked/assets/', | 49 cwd: 'wikked/assets/', |
50 dest: 'wikked/static/', | 50 dest: 'wikked/static/', |
51 src: ['img/*.{png,jpg,gif}'] | 51 src: ['img/*.{png,jpg,gif}'] |
52 }] | 52 }] |
53 } | 53 } |
54 }, | 54 },*/ |
55 copy: { | 55 copy: { |
56 development: { | 56 development: { |
57 files: [ | 57 files: [ |
58 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['img/**']}, | 58 //{expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['img/**']}, |
59 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/**']}, | 59 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/**']}, |
60 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['tpl/**']}, | 60 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['tpl/**']}, |
61 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['json/**']}, | 61 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['json/**']}, |
62 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/js/*.js']}, | 62 {expand: true, cwd: 'wikked/assets/font-awesome', dest: 'wikked/static/', src: ['fonts/**']} |
63 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/fonts/**']} | |
64 ] | 63 ] |
65 }, | 64 }, |
66 dev_scripts: { | 65 dev_scripts: { |
67 files: [ | 66 files: [ |
68 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/wikked.js', 'js/wikked/**']} | 67 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/wikked.js', 'js/wikked/**']} |
75 ] | 74 ] |
76 }, | 75 }, |
77 production: { | 76 production: { |
78 files: [ | 77 files: [ |
79 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/require.js']}, | 78 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/require.js']}, |
80 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/fonts/**']} | 79 {expand: true, cwd: 'wikked/assets/font-awesome', dest: 'wikked/static/', src: ['fonts/**']} |
81 ] | 80 ] |
82 } | 81 } |
83 }, | 82 }, |
84 jshint: { | 83 jshint: { |
85 all: ['wikked/assets/js/wikked.js', 'wikked/assets/js/wikked/**/*.js'], | 84 all: ['wikked/assets/js/wikked.js', 'wikked/assets/js/wikked/**/*.js'], |