Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Some Samples Don't work #114

Closed
dmitriyyepishin opened this issue Sep 11, 2015 · 1 comment
Closed

Some Samples Don't work #114

dmitriyyepishin opened this issue Sep 11, 2015 · 1 comment

Comments

@dmitriyyepishin
Copy link

Some samples I tried (in dist/samples) reference JS code that does not exist. For example dist\samples\Components\Table\index.html has a reference to Jquery.Table.js, Table.js: both of which do not exist. Same for Breadcrumb sample. Those are the ones I tried, but maybe there are others.

@Jahnp
Copy link
Collaborator

Jahnp commented Sep 11, 2015

Thanks! This is actually a known issue: #67 . We're working on a fix for it now.

Basically, the template used for component demo HTML pages has a hard-coded reference to <Component>.js and Jquery.<Component>.js, even if those files don't exist. Since several components, like the ones you mentioned and a few others, do not require JavaScript to function, those files don't exist--hence the errors.

The fix for this should be ready soon, and will be available in our next release. I'll close this issue for now since the work for it is already being tracked, unless I'm missing something. Thanks for catching this!

@Jahnp Jahnp closed this as completed Sep 11, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants