Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gantt ASP.NET demo issues #1495

Closed
bmblb opened this issue Sep 9, 2020 · 1 comment
Closed

Gantt ASP.NET demo issues #1495

bmblb opened this issue Sep 9, 2020 · 1 comment
Labels
bug Something isn't working duplicate This issue or pull request already exists example

Comments

@bmblb
Copy link

bmblb commented Sep 9, 2020

Reported here: https://www.bryntum.com/forum/viewtopic.php?f=52&t=15217&p=76526

  1. project includes missing files (advances.css etc)
  2. js app is not built on start
  3. npm packages missing because of linked package, need to add this to webpack:
module.exports = [
    {
        entry : {
            cruddemo : path.join(__dirname, 'app.js')
        },
        resolve: {
            symlinks: false
        },

Check other (not core) demos too

@bmblb bmblb added bug Something isn't working example labels Sep 9, 2020
@bmblb bmblb changed the title ASP.NET demo issues Gantt ASP.NET demo issues Sep 9, 2020
@isglass
Copy link
Contributor

isglass commented May 8, 2024

Demos updated recently for another ticket

@isglass isglass closed this as completed May 8, 2024
@isglass isglass added the duplicate This issue or pull request already exists label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists example
Projects
None yet
Development

No branches or pull requests

2 participants