preview grunt issue

This commit is contained in:
antoine
2014-05-16 14:42:47 +02:00
parent 216e2255f2
commit 89081b86af
3 changed files with 12 additions and 226 deletions

View File

@@ -141,10 +141,7 @@ module.exports = function (grunt) {
tuning: {
files: [
{
dest: 'preview/index.html',
src: 'src/tuning/index.html'
},
{ dest: '<%= distdir %>/preview', src: '**/*.html', expand: true, cwd: 'src/tuning' },
{ dest: '<%= distdir %>/assets/less', src: 'tuning.lessParameters.less', expand: true, cwd: 'src/tuning' },
{ dest: '<%= distdir %>/js', src: 'tuning.config.js', expand: true, cwd: 'src/tuning/config' },
{ dest: '<%= distdir %>/js', src: 'tuning.palettes.js', expand: true, cwd: 'src/tuning/config' },