Comparing version 0.1.2 to 0.1.3
@@ -68,4 +68,2 @@ "use strict"; | ||
const jsDistPath = path.join(Config.PATH, Config.distPublicJs); | ||
utils_1.removeDeep(jsDistPath); | ||
utils_1.makeDirSync(jsDistPath); | ||
utils_1.copyFiles(jsFiles, jsDistPath); | ||
@@ -77,4 +75,2 @@ return true; | ||
const cssDistPath = path.join(Config.PATH, Config.distPublicCss); | ||
utils_1.removeDeep(cssDistPath); | ||
utils_1.makeDirSync(cssDistPath); | ||
utils_1.copyFiles(cssFiles, cssDistPath); | ||
@@ -86,4 +82,2 @@ return true; | ||
const imageDistPath = path.join(Config.PATH, Config.distPublicImage); | ||
utils_1.removeDeep(imageDistPath); | ||
utils_1.makeDirSync(imageDistPath); | ||
utils_1.copyFiles(imageFiles, imageDistPath); | ||
@@ -90,0 +84,0 @@ return true; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const config = { | ||
VERSION: '0.1.2', | ||
VERSION: '0.1.3', | ||
COMMAND_BUILD: 'build', | ||
@@ -8,0 +8,0 @@ COMMAND_DEV: 'dev', |
{ | ||
"name": "nppack", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "no paste pack for static html development", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -93,4 +93,2 @@ /** | ||
const jsDistPath = path.join(Config.PATH, Config.distPublicJs) | ||
removeDeep(jsDistPath) | ||
makeDirSync(jsDistPath) | ||
copyFiles(jsFiles, jsDistPath) | ||
@@ -102,4 +100,2 @@ return true | ||
const cssDistPath = path.join(Config.PATH, Config.distPublicCss) | ||
removeDeep(cssDistPath) | ||
makeDirSync(cssDistPath) | ||
copyFiles(cssFiles, cssDistPath) | ||
@@ -111,4 +107,2 @@ return true | ||
const imageDistPath = path.join(Config.PATH, Config.distPublicImage) | ||
removeDeep(imageDistPath) | ||
makeDirSync(imageDistPath) | ||
copyFiles(imageFiles, imageDistPath) | ||
@@ -115,0 +109,0 @@ return true |
@@ -36,3 +36,3 @@ import * as path from 'path' | ||
} = { | ||
VERSION: '0.1.2', | ||
VERSION: '0.1.3', | ||
COMMAND_BUILD: 'build', | ||
@@ -39,0 +39,0 @@ COMMAND_DEV: 'dev', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42181
1114