Skip to content

Commit f592ff8

Browse files
committedJun 28, 2019
Revert "Revert "build(book): optimize for different formats""
This reverts commit b1abab1.

File tree

104 files changed

+1311
-2266
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

+1311
-2266
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"')" pdf
107+
command: cd book/config && make VERSION="$(npx -c 'echo "$npm_package_version"')"
108108

109109
- store_artifacts:
110110
path: book/dist

‎.gitignore

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

7776
######################
7877
# Package Files
@@ -136,13 +135,13 @@ Desktop.ini
136135
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/fonts .
137136
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/images .
138137
######################
139-
Gemfile
140-
Gemfile.lock
141-
Makefile
142-
_conf
143-
_resources
144-
extensions
145-
fonts
138+
# Gemfile
139+
# Gemfile.lock
140+
# Makefile
141+
# _conf
142+
# _resources
143+
# extensions
144+
# fonts
146145

147146

148147
######################

0 commit comments

Comments
 (0)
Please sign in to comment.