Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
update demo build script to copy CSS; copy latest CSS into demo folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RwwL committed Nov 20, 2017
1 parent bbe2839 commit ba5663b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/css/flexslider.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* jQuery FlexSlider v2.6.2
* jQuery FlexSlider v2.6.4
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "./node_modules/.bin/lessc flexslider.less flexslider.css",
"build:demo": "cp jquery.flexslider.js demo/js/jquery.flexslider.js",
"build:demo": "cp jquery.flexslider.js demo/js/jquery.flexslider.js && cp flexslider.css demo/css/flexslider.css",
"build": "npm run build:css && npm run build:demo"
},
"repository": {
Expand Down

0 comments on commit ba5663b

Please sign in to comment.