bannertime / generator-bannertime

Yeoman generator to help build and manage HTML5 banner campaigns.
https://bannertime.github.io/
58 stars 35 forks source link

bannertime:new does not include the other files #112

Closed dwaqaddi closed 6 years ago

dwaqaddi commented 6 years ago

When running bannertime:new it only creates index.html same with bannertime:copy.

joemidi commented 6 years ago

@dwaqaddi Could we get more details on this?

What does your terminal say? Are you getting any errors?

I've just tested on: generator-bannertime: 3.0.0 node: 8.4 npm: 5.3

And it seems to work as expected. If you're on an external hard drive fs.copy might be having problems creating new directories.

  _____           _   _
 |   | |___ _ _ _| |_|_|_____ ___
 | | | | -_| | | |  _| |     | -_|
 |_|___|___|_____|_| |_|_|_|_|___|

? Set the width of the banner: 345
? Set the height of the banner: 234
? What is the name of the new format? (kebab-case) test-345x234
? What type of banner is it? DoubleClick Studio
? Include vendor scripts for offline use? No
 conflict src/index.html
? Overwrite src/index.html? overwrite
    force src/index.html
   create src/test-345x234/index.html
   create src/test-345x234/styles/style.scss
   create src/test-345x234/styles/base/_banner.scss
   create src/test-345x234/styles/base/_preloader.scss
   create src/test-345x234/js/banner.js
   create src/test-345x234/js/banner.loader.js
   create src/test-345x234/js/banner.animation.js
   create src/test-345x234/images/logo.png
New banner format generated
pyramidium commented 6 years ago

Closing this as it seems ok our end.