Skip to content

Commit fa983a8

Browse files
put turbo build
1 parent 41b596f commit fa983a8

File tree

3 files changed

+1609
-5
lines changed

3 files changed

+1609
-5
lines changed

tasks/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function getFiles({ sync = false, conf }) {
7777
const vendorPath = '../vendor/';
7878

7979
const lPath = path.join(__dirname, vendorPath, 'l.js');
80-
const turboPath = path.join(__dirname, vendorPath, 'turbo.js');
80+
const turboPath = path.join(__dirname, vendorPath, 'turbostream.js');
8181
const ocClientPath = path.join(__dirname, srcPath, 'oc-client.js');
8282
const replaceGlobals = x =>
8383
x

vendor/turbo.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)