Skip to content

Commit 2635478

Browse files
committed
Renamed APP directory to beautifulgardenssite
1 parent 16442d6 commit 2635478

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ For the default gulp task a browser should open with the Beautiful Gardens site.
5353

5454
## Changelog ##
5555

56+
### 1.0.0 ###
57+
* Renamed APP directory to beautifulgardenssite
58+
5659
### 0.1.10 ###
5760
* Moved APP directory to different location
5861

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var SOURCEPATHS = {
6767
],
6868
};
6969

70-
var APPLOC = '../dist';
70+
var APPLOC = '../beautifulgardenssite';
7171
var APPPATH = {
7272
root: APPLOC,
7373
css: APPLOC + '/css',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beautiful-gardens",
3-
"version": "0.1.10",
3+
"version": "1.0.0",
44
"description": "Static website generator boilerplate",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)