Skip to content

Commit

Permalink
再更新一波注释
Browse files Browse the repository at this point in the history
  • Loading branch information
lmk123 committed Apr 19, 2016
1 parent e67b196 commit 777aff3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build/gulp-build.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @files 划词翻译中,并不是所有资源都在 Webpack 的体系中,
* 所以需要用 gulp 将 Webpack 之外的资源处理一下
*/

const config = {
src : './src' ,
dist : './dist' ,
Expand Down
6 changes: 4 additions & 2 deletions build/install-pdf-viewer.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/usr/bin/env node

/**
* 因为 pdfjs-dist.zip 内有近 400 个文件,而我不想将数量如此多的文件上传在 git 里,所以写了这个脚本自动从服务器上下载到当前项目并处理其中的文件.
* 详情见 https://github.com/lmk123/crx-selection-translate/issues/69
* 因为 pdfjs-dist.zip 内有近 400 个文件,
* 而我不想将数量如此多的文件上传在 git 里,
* 所以写了这个脚本将 pdfjs-dist.zip 从 GitHub 上下载到当前项目并自动对其中的文件做一些处理.
* 详情见 https://github.com/lmk123/crx-selection-translate/pull/159
*/

const fs = require( 'fs' );
Expand Down

0 comments on commit 777aff3

Please sign in to comment.