Skip to content

Commit 6ef9605

Browse files
Dummy edits, odd dependency remove
1 parent 4febd03 commit 6ef9605

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gulpfile.babel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import rimraf from "rimraf";
88
import scss from "gulp-sass";
99
import preprocess from "gulp-preprocess";
1010
import browserify from "browserify";
11-
import sourcemaps from "gulp-sourcemaps";
1211
import babelify from "babelify";
1312
import htmlmin from "gulp-htmlmin";
1413
import cssnano from "gulp-cssnano";

import.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66

77
:: CHANGE THIS PATH TO YOUR CACHÉ INSTALLATION PATH ON WINDOWS
88
set CACHE_DIR=C:\Program Files\InterSystems\Cache20162
9+
:: NAMESPACE IMPORTING TO
10+
set NAMESPACE=SAMPLES
911

10-
npm run gulp & echo w "OK:"_$system.OBJ.ImportDir("%~dp0build\cache",,"ck") halt | "%CACHE_DIR%\bin\cache.exe" -s "%CACHE_DIR%\mgr" -U SAMPLES
12+
npm run gulp & echo w "OK:"_$system.OBJ.ImportDir("%~dp0build\cache",,"ck") halt | "%CACHE_DIR%\bin\cache.exe" -s "%CACHE_DIR%\mgr" -U %NAMESPACE%

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"gulp-htmlmin": "^1.3.0",
2424
"gulp-preprocess": "^2.0.0",
2525
"gulp-sass": "^2.2.0",
26-
"gulp-sourcemaps": "^1.6.0",
2726
"gulp-uglify": "^1.5.3",
2827
"rimraf": "^2.5.2",
2928
"vinyl-buffer": "^1.0.0",

0 commit comments

Comments
 (0)