Skip to content

Commit a113568

Browse files
committed
npm run web が通るように修正
1 parent 465bcbc commit a113568

File tree

8 files changed

+10
-376
lines changed

8 files changed

+10
-376
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
.idea/
33

44
.tscache/
5+
.sass-cache/
56

67
node_modules/
78

89
npm-debug.log
910

1011
code/**/*.js
11-
public/
12+
publish/

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
source "https://rubygems.org"
33

44
gem 'review', '2.0.0'
5+
gem 'review-peg', '0.2.2'
6+
gem 'sass', '3.4.19'

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ GEM
33
specs:
44
review (2.0.0)
55
rubyzip
6+
review-peg (0.2.2)
67
rubyzip (1.2.0)
8+
sass (3.4.19)
79

810
PLATFORMS
911
ruby
1012

1113
DEPENDENCIES
1214
review (= 2.0.0)
15+
review-peg (= 0.2.2)
16+
sass (= 3.4.19)
1317

1418
BUNDLED WITH
1519
1.12.5

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@
2727
## この本のビルドの仕方
2828

2929
```
30-
$ npm install -g grunt-cli
3130
$ gem install bundler
3231
$ git clone https://github.com/typescript-ninja/typescript-in-definitelyland.git
3332
$ cd typescript-in-definitelyland
3433
$ npm install
35-
# 裏で git submodule init && git submodule update && bundle install が走る
36-
$ grunt pdf
34+
$ npm run pdf
3735
```
3836

3937
その他細かい準備(tex入れたり)は[FirstStepReVIEW](https://github.com/TechBooster/FirstStepReVIEW)に準じる。

articles/_review-ext.rb

-28
This file was deleted.

0 commit comments

Comments
 (0)