update development bundle

This commit is contained in:
Eric Hulburd
2016-02-22 20:02:45 -06:00
parent b8d0a9434b
commit a0cda06672
40 changed files with 356 additions and 92 deletions

View File

@@ -37,8 +37,9 @@ export default function (opt) {
generatedFile: replaceExtension(file.relative)
}, opt);
if (options.suffix && !options.name) {
options.name = normalizeName(path.basename(filePath, path.extname(filePath))) + options.suffix;
if (options.modules === 'none' && !options.name) {
options.name = normalizeName(path.basename(filePath, path.extname(filePath)));
console.log('options.name ', options.name)
}
try {