You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component generator now generates separate .html, .css and .js files which will be compiled into single component file.
Support of .css.sass and .js.coffee extenstions. Stylesheets and javascripts can now be referenced in html component simply as <link href="component.css" /> and <script src="component.js"/>
Assets compression. Now stylesheets and javascripts are being compressed while inlining into component if rails config enables compression (like in production env).
Support of relative paths. You can now reference component's css and js files either relative to /app/assets/components directory or relative to specific component directory (which means you can cpecify file name only if all component files live in same directory).