Skip to content

Commit d0dae41

Browse files
authored
Merge pull request #201 from o2project/add-assets
Add assets directory in src/
2 parents aecbd9d + 5f001d1 commit d0dae41

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+132
-78
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ SRC_DIR := $(CURDIR)/src
55
DIST_DIR := $(CURDIR)/_book
66
PUBLIC_DIR := $(CURDIR)/public
77

8+
####################################
9+
# Command definition
10+
####################################
11+
ifeq ($(OS),Windows_NT)
12+
MAKE = make --file=Makefile
13+
endif
14+
815
####################################
916
# Self-documentize utility
1017
####################################

public/ga-optout.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

public/google-analytics.js

Lines changed: 0 additions & 23 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)