remove bower

master
MaysWind 2018-08-26 16:45:45 +08:00
parent 6119b8e54e
commit 40f513ddd2
3 changed files with 2 additions and 3 deletions

View File

@ -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:

View File

@ -20,6 +20,6 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[{package,bower}.json]
[package.json]
indent_style = space
indent_size = 2

View File

@ -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