mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Reorganize ext build scripts and add linting
This commit is contained in:
8
ext/bin/lib/paths.js
Normal file
8
ext/bin/lib/paths.js
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
const path = require("path");
|
||||
|
||||
exports.ROOT = path.resolve(__dirname, "../../");
|
||||
exports.INCLUDE_PATH = path.resolve(exports.ROOT, "src");
|
||||
exports.DIST_PATH = path.join(exports.ROOT, "../dist/ext");
|
||||
exports.UNPACKED_PATH = path.join(exports.DIST_PATH, "unpacked");
|
||||
Reference in New Issue
Block a user