Skip to content

Commit 724c9ed

Browse files
committed
update to 0.5.1
1 parent ec61c7f commit 724c9ed

19 files changed

+1862
-10598
lines changed

css/child-theme.css

+1,430-466
Large diffs are not rendered by default.

css/child-theme.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/child-theme.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/custom-editor-style.css

-9,233
This file was deleted.

fonts/fontawesome-webfont.eot

162 KB
Binary file not shown.

gulpconfig.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"browserSyncOptions" : {
3+
"proxy": "localhost/wordpress/",
4+
"notify": false
5+
},
6+
"browserSyncWatchFiles" : [
7+
"./css/*.min.css",
8+
"./js/*.min.js",
9+
"./**/*.php"
10+
],
11+
"paths" : {
12+
"js": "./js",
13+
"css": "./css",
14+
"img": "./img",
15+
"imgsrc": "./src/img",
16+
"sass": "./sass",
17+
"node": "./node_modules/",
18+
"bower": "./bower_components/",
19+
"dev": "./src",
20+
"dist": "./dist",
21+
"distprod": "./dist-product",
22+
"vendor": ""
23+
}
24+
}

0 commit comments

Comments
 (0)