Skip to content

Commit b1abab1

Browse files
authoredJun 23, 2019
Revert "build(book): optimize for different formats"
This reverts commit d686bdd.

File tree

104 files changed

+2266
-1311
lines changed

Some content is hidden

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

104 files changed

+2266
-1311
lines changed
 

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs: # a collection of steps
104104

105105
- run:
106106
name: generate PDF
107-
command: cd book/config && make VERSION="$(npx -c 'echo "$npm_package_version"')"
107+
command: cd book/config && make VERSION="$(npx -c 'echo "$npm_package_version"')" pdf
108108

109109
- store_artifacts:
110110
path: book/dist

‎.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ local.properties
7272
# Ruby
7373
######################
7474
/.bundle/
75+
/Gemfile.lock
7576

7677
######################
7778
# Package Files
@@ -135,13 +136,13 @@ Desktop.ini
135136
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/fonts .
136137
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/images .
137138
######################
138-
# Gemfile
139-
# Gemfile.lock
140-
# Makefile
141-
# _conf
142-
# _resources
143-
# extensions
144-
# fonts
139+
Gemfile
140+
Gemfile.lock
141+
Makefile
142+
_conf
143+
_resources
144+
extensions
145+
fonts
145146

146147

147148
######################

0 commit comments

Comments
 (0)
Please sign in to comment.