Skip to content

Commit

Permalink
update to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
holger1411 committed Mar 14, 2018
1 parent ec61c7f commit 724c9ed
Show file tree
Hide file tree
Showing 19 changed files with 1,862 additions and 10,598 deletions.
1,896 changes: 1,430 additions & 466 deletions css/child-theme.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/child-theme.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/child-theme.min.css.map

Large diffs are not rendered by default.

9,233 changes: 0 additions & 9,233 deletions css/custom-editor-style.css

This file was deleted.

Binary file added fonts/fontawesome-webfont.eot
Binary file not shown.
24 changes: 24 additions & 0 deletions gulpconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"browserSyncOptions" : {
"proxy": "localhost/wordpress/",
"notify": false
},
"browserSyncWatchFiles" : [
"./css/*.min.css",
"./js/*.min.js",
"./**/*.php"
],
"paths" : {
"js": "./js",
"css": "./css",
"img": "./img",
"imgsrc": "./src/img",
"sass": "./sass",
"node": "./node_modules/",
"bower": "./bower_components/",
"dev": "./src",
"dist": "./dist",
"distprod": "./dist-product",
"vendor": ""
}
}
Loading

0 comments on commit 724c9ed

Please sign in to comment.