Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

build: remove bower support #191

Merged
merged 1 commit into from
Jul 5, 2019
Merged

build: remove bower support #191

merged 1 commit into from
Jul 5, 2019

Conversation

antleblanc
Copy link
Contributor

@antleblanc antleblanc commented Jul 5, 2019

Remove bower support

⚙️ Build

0b33178 - build: remove bower support

💉 Performance

Before:

real	0m15.543s
user	0m15.720s
sys	0m1.812s

After:

real	0m8.237s
user	0m9.368s
sys	0m0.776s

💥 Breaking Change

Bower support has been removed

Before:

$ bower install ovh-api-services

After:

$ yarn add ovh-api-services # or npm install ovh-api-services

- refactor Gruntfile configuration
- remove unsused devDependencies (autoprefixer/complexity/connect/csslint/cssmin/jshint/less/...)

BREAKING CHANGE: bower support has been removed
  Before:
  ```sh
  $ bower install ovh-api-services
  ```

  After:
  ```sh
  $ yarn add ovh-api-services # or npm install ovh-api-services
  ```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants