mirror of
https://github.com/Lissy93/md-cv-maker.git
synced 2021-05-12 19:52:19 +03:00
Fixed missing CSS libraries
This commit is contained in:
@@ -81,9 +81,8 @@ gulp.task('clean', function () {
|
||||
|
||||
|
||||
// Build complete project
|
||||
gulp.task('build', ['clean', 'lib'], function(){
|
||||
// bower({ directory: './production/bower_components'});
|
||||
gulp.start('views', 'coffee', 'sass', 'assets');
|
||||
gulp.task('build', ['clean'], function(){
|
||||
gulp.start('views', 'coffee', 'sass', 'assets', 'lib');
|
||||
gutil.beep(); // Delete this line if you don't like the sound effects!
|
||||
});
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ html
|
||||
meta(name='viewport', content='width=device-width, initial-scale=1')
|
||||
title= title
|
||||
link(href='https://fonts.googleapis.com/icon?family=Material+Icons', rel='stylesheet')
|
||||
link(rel='stylesheet', href='bower_components/Materialize/dist/css/materialize.min.css')
|
||||
link(rel='stylesheet', href='lib/node_modules/materialize-css/dist/css/materialize.min.css')
|
||||
link(rel='stylesheet', href='css/styles.css')
|
||||
|
||||
body.grey.lighten-3
|
||||
|
||||
Reference in New Issue
Block a user