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
|
// Build complete project
|
||||||
gulp.task('build', ['clean', 'lib'], function(){
|
gulp.task('build', ['clean'], function(){
|
||||||
// bower({ directory: './production/bower_components'});
|
gulp.start('views', 'coffee', 'sass', 'assets', 'lib');
|
||||||
gulp.start('views', 'coffee', 'sass', 'assets');
|
|
||||||
gutil.beep(); // Delete this line if you don't like the sound effects!
|
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')
|
meta(name='viewport', content='width=device-width, initial-scale=1')
|
||||||
title= title
|
title= title
|
||||||
link(href='https://fonts.googleapis.com/icon?family=Material+Icons', rel='stylesheet')
|
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')
|
link(rel='stylesheet', href='css/styles.css')
|
||||||
|
|
||||||
body.grey.lighten-3
|
body.grey.lighten-3
|
||||||
|
|||||||
Reference in New Issue
Block a user