nativescript-dev-assets
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -9,3 +9,2 @@ const fs = require('fs'); | ||
transferAssetFiles($logger, $projectData, hookArgs).then(() => { | ||
console.log('everything ok (1)'); | ||
cleanAfterTransfer($logger, $projectData, hookArgs).then(() => { | ||
@@ -51,6 +50,3 @@ resolve(); | ||
return new Promise((resolve, reject) => { | ||
console.log('everything ok (2)'); | ||
let platformAppAssetsFolderPath = utils.getPathToAppPlatformAssets(hookArgs, $projectData); | ||
console.log('everything ok (3)'); | ||
console.log(platformAppAssetsFolderPath); | ||
rmFolderRecursively(platformAppAssetsFolderPath).then(() => { | ||
@@ -57,0 +53,0 @@ $logger.info("Successfully removed useless platform app assets"); |
{ | ||
"name": "nativescript-dev-assets", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Simple hook allowing you to sync static files into the assets folder inside your Android app.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
13793
312