ember-cli-deploy-manifest
Advanced tools
Comparing version
@@ -18,3 +18,3 @@ /* jshint node: true */ | ||
defaultConfig: { | ||
filePattern: '**/*.{js,css,png,gif,jpg,map,xml,txt,svg,eot,ttf,woff,woff2}', | ||
filePattern: '**/*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}', | ||
manifestPath: 'manifest.txt', | ||
@@ -35,3 +35,3 @@ distDir: function(context) { | ||
this.log('generating manifest at `' + manifestPath + '`'); | ||
this.log('generating manifest at `' + manifestPath + '`', { verbose: true }); | ||
try { | ||
@@ -42,3 +42,3 @@ var filesToInclude = distFiles.filter(minimatch.filter(filePattern, { matchBase: true })); | ||
fs.writeFileSync(outputPath, filesToInclude.join('\n')); | ||
this.log('generated manifest including ' + filesToInclude.length + ' files ok'); | ||
this.log('generated manifest including ' + filesToInclude.length + ' files ok', { verbose: true }); | ||
return { manifestPath: manifestPath }; | ||
@@ -45,0 +45,0 @@ } catch (error) { |
{ | ||
"name": "ember-cli-deploy-manifest", | ||
"version": "0.1.0-beta.2", | ||
"version": "0.1.0", | ||
"description": "Ember CLI Deploy plugin to generate a manifest.", | ||
@@ -14,7 +14,7 @@ "directories": { | ||
}, | ||
"repository": "https://github.com/lukemelia/ember-cli-deploy-manifest", | ||
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-manifest", | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"author": "", | ||
"author": "Luke Melia and ember-cli-deploy team", | ||
"license": "MIT", | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
"core-object": "^1.1.0", | ||
"ember-cli-deploy-plugin": "0.1.2", | ||
"ember-cli-deploy-plugin": "0.2.0", | ||
"ember-cli-babel": "^5.0.0", | ||
@@ -52,0 +52,0 @@ "minimatch": "^2.0.8", |
@@ -46,3 +46,3 @@ # ember-cli-deploy-manifest | ||
_Default:_ `"**/*.{js,css,png,gif,jpg,map,xml,txt,svg,eot,ttf,woff,woff2}"` | ||
_Default:_ `"**/*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2}"` | ||
@@ -49,0 +49,0 @@ ### manifestPath |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7874
1.16%1
-50%+ Added
- Removed