0.5.1 • Published 7 years ago

ember-materialize-shim v0.5.1

Weekly downloads
76
License
MIT
Repository
github
Last release
7 years ago

Ember-materialize-shim

Build Status Greenkeeper badge Ember Observer Score dependencies Status devDependencies Status

FASTBOOT COMPATIBLE

A very simple shim to add Materialize SASS and JavaScript resources to your ember.js app

Use

Install this addon into your ember.js app, using ember-cli.

Reinstall node-sass to ensure that you have an older version, which is required to circumvent an outstanding issue.

ember install ember-materialize-shim
npm uninstall node-sass && npm install

And then you can import materialize styles

app/styles/app.scss

@import "materialize"

And import materialize javascript

my-file.js

import Materialize from 'materialize';

Optionally, you may omit the JavaScript component of Materialize, by customizing your ember-cli-build.js

var app = new EmberApp(defaults, {
  ...
  'materialize-shim': {
    omitJS: true
  }
});

Contributing

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

0.5.1

7 years ago

0.5.0

7 years ago

0.4.2

7 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.1-alpha.1

9 years ago