guryanovev / CrystalQuartz

pluggable UI for Quartz.NET
MIT License
1k stars 312 forks source link

CrystalQuartz-timeline missing files #39

Closed zaryk closed 6 years ago

zaryk commented 7 years ago

Files are missing from the CrystalQuartz-timeline download, resulting in errors during build. Doesn't look like the dist folder was included, which based on your .gitignore, this may be intended:

CrystalQuartz.Application/Content/application.css CrystalQuartz.Application/Content/application.js CrystalQuartz.Application/Content/index.html CrystalQuartz.Application/Content/loading.gif

Is there something I can do to fix this, or do I need to wait for you to add them?

guryanovev commented 6 years ago

Please try run build procedure, it should generate the files. To do so you can run Debug->Start New Instance on CrystalQuartz.Build project or run Webpack manually with npm command:

npm run build-debug

Working directory should be src/CrystalQuartz.Application.Client

zaryk commented 6 years ago

Cool, thanks, it worked!