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

Commit

Permalink
merged master, resolving conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
RwwL committed Nov 17, 2017
2 parents b97b4fc + bbe2839 commit 4bb45f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/less
node_modules/.bin
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "jquery.flexslider.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cp jquery.flexslider.js demo/js/jquery.flexslider.js"
"build:css": "./node_modules/.bin/lessc flexslider.less flexslider.css",
"build:demo": "cp jquery.flexslider.js demo/js/jquery.flexslider.js",
"build": "npm run build:css && npm run build:demo"
},
"repository": {
"type": "git",
Expand All @@ -26,5 +28,8 @@
"homepage": "https://github.com/woocommerce/FlexSlider#readme",
"dependencies": {
"jquery": ">=1.11.3"
},
"devDependencies": {
"less": "^2.7.3"
}
}

0 comments on commit 4bb45f0

Please sign in to comment.