Mercurial > wikked
comparison Gruntfile.js @ 170:a24b8af2d4c3
Deploy Bootstrap fonts.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 28 Jan 2014 08:14:10 -0800 |
parents | 81e39ae8aef0 |
children | 825d05a9ee67 |
comparison
equal
deleted
inserted
replaced
169:f1003615a261 | 170:a24b8af2d4c3 |
---|---|
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: ['bootstrap/js/*.js']} | 61 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/js/*.js']}, |
62 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/fonts/**']} | |
62 ] | 63 ] |
63 }, | 64 }, |
64 dev_scripts: { | 65 dev_scripts: { |
65 files: [ | 66 files: [ |
66 {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/**']} |
73 }, | 74 }, |
74 production: { | 75 production: { |
75 files: [ | 76 files: [ |
76 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/require.js']}, | 77 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/require.js']}, |
77 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/pagedown/**']}, | 78 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/pagedown/**']}, |
78 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['font-awesome/font/**']} | 79 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/fonts/**']} |
79 ] | 80 ] |
80 } | 81 } |
81 }, | 82 }, |
82 jshint: { | 83 jshint: { |
83 all: ['wikked/assets/js/wikked.js', 'wikked/assets/js/wikked/**/*.js'], | 84 all: ['wikked/assets/js/wikked.js', 'wikked/assets/js/wikked/**/*.js'], |