Skip to content

Commit 3e0abe2

Browse files
author
Sankhadeep Roy
committed
Update gulpfile.js
changed gulpfile.js
1 parent 425c975 commit 3e0abe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ elixir(function(mix) {
1717
mix.copy('bower_components/font-awesome/fonts', 'public/assets/fonts');
1818
mix.styles([
1919
'bower_components/bootstrap/dist/css/bootstrap.css',
20-
'bower_components/font-awesome/css/font-awesome.css',
20+
'bower_components/fontawesome/css/font-awesome.css',
2121
'resources/css/sb-admin-2.css',
2222
'resources/css/timeline.css'
2323
], 'public/assets/stylesheets/styles.css', './');

0 commit comments

Comments
 (0)