remove bower
This commit is contained in:
parent
6119b8e54e
commit
40f513ddd2
|
@ -11,7 +11,6 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run: npm install
|
||||
- run: sudo npm install -g bower
|
||||
- run: sudo npm install -g gulp
|
||||
- run: gulp clean build
|
||||
- save_cache:
|
||||
|
|
|
@ -20,6 +20,6 @@ insert_final_newline = true
|
|||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[{package,bower}.json]
|
||||
[package.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
|
@ -38,7 +38,7 @@ Latest Release: [https://github.com/mayswind/AriaNg/releases](https://github.com
|
|||
Latest Daily Build: [https://github.com/mayswind/AriaNg-DailyBuild/archive/master.zip](https://github.com/mayswind/AriaNg-DailyBuild/archive/master.zip)
|
||||
|
||||
#### Building from source
|
||||
Make sure you have [Node.js](https://nodejs.org/), [NPM](https://www.npmjs.com/), [Gulp](https://gulpjs.com/) and [Bower](https://bower.io/) installed. Then download the source code, and follow these steps.
|
||||
Make sure you have [Node.js](https://nodejs.org/), [NPM](https://www.npmjs.com/) and [Gulp](https://gulpjs.com/) installed. Then download the source code, and follow these steps.
|
||||
|
||||
$ npm install
|
||||
$ gulp clean build
|
||||
|
|
Reference in a new issue