-
Notifications
You must be signed in to change notification settings - Fork 355
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
Can't see the examples #60
Comments
Try updating to ember ember rc7 and handlebars 1.0.0 |
My PR #67 adds simple HTTP server written in node (npm module is called node-static). It removes dependency for python and it's simple http server. It adds list of examples (http://localhost:8080/examples). I tried all examples and they works! |
I think this can be closed now as #67 got merged. |
For sure fixed now. Can be closed for sure. |
Yeah!. Now it's working. Thanks. |
…concurrency Fix loading two chunks concurrency
A newbie here. No experience with ember.js
After run grunt I get the following:
running "ember_templates:build/templates/templates.js" (ember_templates) task
ember_templates
is deprecated and will be removed in v0.5. Please useemberTemplates
instead.File "build/templates/templates.js" created.
Running "less:development" (less) task
File stylesheets/ember-table.css created.
Running "coffee:srcs" (coffee) task
File build/src/controllers.js created.
File build/src/main.js created.
File build/src/row_selection_mixin.js created.
File build/src/utils/jquery_fix.js created.
File build/src/utils/lazy_container_view.js created.
File build/src/utils/resize_handler.js created.
File build/src/utils/scrollbar_width_helper.js created.
File build/src/utils/style_bindings.js created.
File build/src/utils/utils.js created.
File build/src/views.js created.
Running "neuter:lib/ember-table.js" (neuter) task
Running "coffee:examples" (coffee) task
File examples/table_ajax/app.js created.
File examples/table_ajax/table_ajax.js created.
File examples/table_editable/app.js created.
File examples/table_editable/table_editable.js created.
File examples/table_fluid/app.js created.
File examples/table_fluid/table_fluid.js created.
File examples/table_simple/app.js created.
File examples/table_simple/table_simple.js created.
File examples/table_with_bar/app.js created.
File examples/table_with_bar/table_bar.js created.
File examples/table_with_dynamic_bar/app.js created.
File examples/table_with_dynamic_bar/table_bar.js created.
File examples/table_with_fixed_column/app.js created.
File examples/table_with_header/app.js created.
File examples/table_with_horizon/app.js created.
File examples/table_with_horizon/table_horizon.js created.
File examples/table_with_sparkline/app.js created.
File examples/table_with_sparkline/table_sparkline.js created.
File examples/table_with_tree_view/app.js created.
File examples/table_with_tree_view/data.js created.
File examples/table_with_tree_view/tree_table.js created.
Running "uglify:lib/ember-table.min.js" (uglify) task
File "lib/ember-table.min.js" created.
Uncompressed size: 50831 bytes.
Compressed size: 6424 bytes gzipped (50782 bytes minified).
Running "watch" task
Waiting...
Then I set a local server with python to see the examples. However, I get an error in the console saying:
less: css generated in 36ms
ember.js:361DEBUG: -------------------------------
ember.js:361DEBUG: Ember.VERSION : 1.0.0-rc.6
ember.js:361DEBUG: Handlebars.VERSION : 1.0.0-rc.4
ember.js:361DEBUG: jQuery.VERSION : 1.9.1
ember.js:361DEBUG: -------------------------------
TypeError: 'undefined' is not a function (evaluating 'this.merge(helpers, Ember.Handlebars.helpers)')
I updated umber and the handlebars to the latest versions.
Any help with this issue would be appreciated.
The text was updated successfully, but these errors were encountered: