Skip to content

Commit f7661b6

Browse files
committed
Remove bower
1 parent 47bb5c6 commit f7661b6

File tree

2 files changed

+2
-99
lines changed

2 files changed

+2
-99
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![demo](http://modularcode.github.io/modular-admin-html/assets/demo.png)](http://modularcode.github.io/modular-admin-html/)
66

7-
[![HTML5 jQuery Bootstrap4 SASS Handlebars Gulp Bower](http://modularcode.github.io/modular-admin-html/assets/features.png)](http://modularcode.github.io/modular-admin-html/)
7+
[![HTML5 jQuery Bootstrap4 SASS Handlebars Gulp Npm](http://modularcode.github.io/modular-admin-html/assets/features.png)](http://modularcode.github.io/modular-admin-html/)
88

99
<p align="center">
1010
<strong>
@@ -34,19 +34,14 @@ git clone https://github.com/modularcode/modular-admin-html.git
3434
```
3535
### 2. Build the project
3636

37-
The cloned/downloaded repository doesn't contain prebuilt version of the project and you need to build it. You need to have [NodeJs](https://nodejs.org/en/) with npm. You also need to have [Bower](http://bower.io/) installed globally.
37+
The cloned/downloaded repository doesn't contain prebuilt version of the project and you need to build it. You need to have [NodeJs](https://nodejs.org/en/) with npm.
3838

3939

4040
Install npm dependencies
4141
```
4242
npm install
4343
```
4444

45-
Install bower dependencies
46-
```
47-
bower install
48-
```
49-
5045
Build the project and start local web server
5146
```
5247
npm start
@@ -66,12 +61,10 @@ You can also <strong>[run the project in docker](#running-in-docker)</strong> th
6661
## Folder Structure
6762

6863
```
69-
├── bower_components/ # vendor libraries installed by bower
7064
├── build/ # app build tasks and tools
7165
├── node_modules/ # node dependencies
7266
├── dist/ # compiled result
7367
├── src/ # source files
74-
│── bower.json # bower configuration file
7568
└── package.json # npm configuration file
7669
```
7770

@@ -225,10 +218,6 @@ Layouts can also have contexts and parent layouts.
225218

226219
If you need more advanced layouting with multiple content blocks at the same time you can use [handlebar-layouts](https://www.npmjs.com/package/handlebars-layouts) helper approach, which is also available out of the box.
227220

228-
#### Vendor files
229-
230-
In addition to application files, there are also third party plugin files (e.g. Bootstrap). They are managed by using [Bower](http://bower.io/). Usually vendor libraries consist from scripts, styles and assets (images, fonts). The build system will concatenate and copy all the script and style files accordingly to ```dist/js/vendor.js``` and ```dist/css/vendor.css```. It also will copy all assets to the ```dist/assets/``` folder.
231-
232221
<br>
233222

234223
## Running in Docker

bower.json

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)