1.27.8 • Published 2 months ago

ework-designsystem v1.27.8

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Ework Designsystem

CircleCI

https://ework-designsystem.cirro.io (Live deployment)

Installation in a ROR project

  1. Install the package and save it as a dependency:

    yarn add ework-designsystem
  2. Import the system in your Sass manifest:

    @import "ework-designsystem/src/_assets/stylesheets/app";
  3. Make sure your postcss.config.js looks like below:

    module.exports = {
      plugins: [
        require('postcss-import'),
        require('postcss-nesting'),
        require('tailwindcss')('./node_modules/ework-designsystem/src/_assets/stylesheets/tailwind.config.js'),
        require('autoprefixer'),
      ]
    }
  4. Install resolve-url-loader package and following snippet in your config/webpack/environment.js

    environment.loaders.get('css').use.splice(-1, 0, {
      loader: 'resolve-url-loader'
    });

Development

Requirements

  1. Node.js
  2. NPM (comes with Node.js)

Install dependencies

npm install

Working locally

Starts watch tasks to compile when changes detected

npm start

Creating a production build

Minify HTML, compress JS, inline and minify CSS.

npm run build

Publishing to registry

  • Make sure to update the version number in package.json file for every pull request
  • CircleCi will take care of publishing to npm and also adding a tag when the commits are merged to master
  • CircleCI will publish it only if the package version has been increased
1.27.8

2 months ago

1.27.7

2 months ago

1.27.6

2 months ago

1.27.5

2 months ago

1.27.4

2 months ago

1.27.3

3 months ago

1.27.2

3 months ago

1.27.0

3 months ago

1.27.1

3 months ago

1.26.7

3 months ago

1.26.6

3 months ago

1.26.3

3 months ago

1.26.4

3 months ago

1.26.2

3 months ago

1.26.5

3 months ago

1.25.0

3 months ago

1.25.1

3 months ago

1.26.0

3 months ago

1.26.1

3 months ago

1.21.0

7 months ago

1.21.1

7 months ago

1.21.4

6 months ago

1.21.5

6 months ago

1.23.0

6 months ago

1.21.2

6 months ago

1.23.1

6 months ago

1.21.3

6 months ago

1.21.6

6 months ago

1.22.0

6 months ago

1.20.0

7 months ago

1.24.1

5 months ago

1.24.2

5 months ago

1.22.1

6 months ago

1.24.0

6 months ago

1.22.2

6 months ago

1.19.0

8 months ago

1.19.4

7 months ago

1.19.3

7 months ago

1.19.2

7 months ago

1.19.1

8 months ago

1.19.5

7 months ago

1.18.1

8 months ago

1.18.0

8 months ago

1.17.0

8 months ago

1.16.0

8 months ago

1.15.2

10 months ago

1.15.0

11 months ago

1.15.1

11 months ago

1.13.2

1 year ago

1.14.0

12 months ago

1.13.3

12 months ago

1.13.1

1 year ago

1.13.0

1 year ago

1.11.2

1 year ago

1.12.0

1 year ago

1.11.1

1 year ago

1.9.1

1 year ago

1.8.2

1 year ago

1.7.3

1 year ago

1.9.0

1 year ago

1.8.1

1 year ago

1.7.2

1 year ago

1.8.0

1 year ago

1.9.2

1 year ago

1.7.4

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.2.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.3.3

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

0.9.0

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.2.0

1 year ago