ember-cli-deploy-archive-sass
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -98,4 +98,8 @@ /* jshint node: true */ | ||
fs.ensureDirSync(path.join(this.destDir, 'libraries', 'calcite')); | ||
promises.push(copy(path.join('node_modules', 'calcite-bootstrap', 'dist', 'sass', 'calcite'), path.join(this.destDir, 'libraries', 'calcite'))); | ||
fs.ensureDirSync(path.join(this.destDir, 'libraries', 'expansions')); | ||
promises.push(copy(path.join('node_modules', 'calcite-bootstrap', 'dist', 'sass', 'expansions'), path.join(this.destDir, 'libraries', 'expansions'))); | ||
fs.ensureDirSync(path.join(this.destDir, 'libraries', 'mixins')); | ||
promises.push(copy(path.join('node_modules', 'calcite-bootstrap', 'dist', 'sass', 'mixins'), path.join(this.destDir, 'libraries', 'mixins'))); | ||
fs.ensureDirSync(path.join(this.destDir, 'libraries', 'themes')); | ||
promises.push(copy(path.join('node_modules', 'calcite-bootstrap', 'dist', 'sass', 'themes'), path.join(this.destDir, 'libraries', 'themes'))); | ||
@@ -102,0 +106,0 @@ // the asset map |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"main": "index.js", | ||
@@ -33,3 +33,3 @@ "dependencies": { | ||
"homepage": "https://github.com/ArcGIS/ember-cli-deploy-archive-sass#readme", | ||
"description": "" | ||
"description": "Ember-Cli Deploy plugin that packages up a tree of sass files so that a rails app can use them to generate custom themes for the ArcGIS Hub application." | ||
} |
# ember-cli-deploy-archive-sass | ||
While distributed via NPM, this package is 100% specific to the ArcGIS Hub deploy process. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
6036
96
4
1