Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite68e4c0

Browse files
committed
add all
1 parent0dbec81 commite68e4c0

File tree

3 files changed

+874
-1
lines changed

3 files changed

+874
-1
lines changed

‎Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ all:
44
lib/scoring-words.js \
55
> extract-content-allinone.js
66

7+
package:
8+
cat lib/lib.js\
9+
lib/extract-content.js \
10+
> lib/extract-content-all.js
11+
712
clean:
813
rm extract-content-allinone.js
14+
rm lib/extract-content-allinone.js

‎README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[lib/lib.js] 共通するもの
1515
[lib/extract-content.js] 本文抽出
1616

17-
リポジトリのルートでmakeするとこれらを連結したextract-content-allinone.js が生成される.
17+
リポジトリのルートでmake packageするとこれらを連結したextract-content-all.js が生成される.
1818

1919
実際の使い方を詳しく見たくなったら:
2020
[sketch/extract-content.test.js] 本文抽出テスト

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp