Skip to content

Commit f083bbd

Browse files
committed
Implemented font-awesome in project
- changed gulpfile; - changed welcome view; - rebuilt assets with gulp.
1 parent c290eeb commit f083bbd

10 files changed

+5021
-1
lines changed

gulpfile.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ elixir((mix) => {
88
*/
99
mix.sass('app.scss');
1010

11+
mix.styles([
12+
'./node_modules/font-awesome/css/font-awesome.css'
13+
], 'public/css/vendor.css');
14+
15+
mix.copy('node_modules/font-awesome/fonts', 'public/fonts');
16+
1117
/**
1218
* Building Javascript files
1319
*/

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy