Skip to content

Commit c68bbc5

Browse files
committed
pdev:set
1 parent ef2dc18 commit c68bbc5

File tree

17 files changed

+2
-0
lines changed

17 files changed

+2
-0
lines changed

.gitignore

100644100755
File mode changed.

.npmignore

100644100755
File mode changed.

CONTRIBUTE.md

100644100755
File mode changed.

LICENSE.md

100644100755
File mode changed.

README.md

100644100755
File mode changed.

builds/.gitkeep

100644100755
File mode changed.

dist/suman.js

100644100755
File mode changed.

index.d.ts

100644100755
File mode changed.

index.js

100644100755
File mode changed.

index.ts

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ const getEmbeddedScript = function (port: number, id: number, sumanConfigStr: st
8989
};
9090

9191
const getSumanLibScript = function (cb: Function) {
92+
9293
let p = path.resolve(__dirname + '/dist/suman.js');
94+
9395
fs.readFile(p, 'utf8', function (err: Error, data: string) {
9496
if (err) {
9597
return cb(err);

lib/html-templates/webpack.html

100644100755
File mode changed.

npm-link-up.json

100644100755
File mode changed.

package.json

100644100755
File mode changed.

test/one.js

100644100755
File mode changed.

test/test.html

100644100755
File mode changed.

tsconfig.json

100644100755
File mode changed.

webpack.config.js

100644100755
File mode changed.

0 commit comments

Comments
 (0)