mirror of
https://github.com/mayswind/AriaNg.git
synced 2026-02-09 02:49:26 +08:00
remove bower
This commit is contained in:
@@ -11,7 +11,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: sudo npm install -g bower
|
|
||||||
- run: sudo npm install -g gulp
|
- run: sudo npm install -g gulp
|
||||||
- run: gulp clean build
|
- run: gulp clean build
|
||||||
- save_cache:
|
- save_cache:
|
||||||
|
|||||||
@@ -20,6 +20,6 @@ insert_final_newline = true
|
|||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[{package,bower}.json]
|
[package.json]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
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)
|
Latest Daily Build: [https://github.com/mayswind/AriaNg-DailyBuild/archive/master.zip](https://github.com/mayswind/AriaNg-DailyBuild/archive/master.zip)
|
||||||
|
|
||||||
#### Building from source
|
#### 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
|
$ npm install
|
||||||
$ gulp clean build
|
$ gulp clean build
|
||||||
|
|||||||
Reference in New Issue
Block a user