From 3ad035ef8ceb5f84817284fa50900b6d2da7eab0 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 20 Mar 2017 18:49:29 +0800 Subject: [PATCH] add --- Gruntfile.js | 4 ++-- demo.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 88839a612..231de793c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -62,11 +62,11 @@ module.exports = function (grunt) { demoJs: { src: ['demo/version.js', 'demo/**/*.js'], - dest: 'demo.js' + dest: 'demo/dist/demo.js' }, demoCss: { src: ['demo/css/**/*.css'], - dest: 'demo.css' + dest: 'demo/dist/demo.css' } }, diff --git a/demo.html b/demo.html index 200ef7694..d0b0cdd45 100644 --- a/demo.html +++ b/demo.html @@ -9,12 +9,12 @@ + href="demo/dist/demo.css"/> - +