diff --git a/Makefile b/Makefile index f7ab7cc..77dfd66 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ migration-dev-data: docker migration-schema migration: migration-schema migration-dev-data -dev: docker migration watch +dev: docker migration build-font watch clean: -rm -r ./build diff --git a/fontify.json b/fontify.json index 24e7778..02bb6a3 100644 --- a/fontify.json +++ b/fontify.json @@ -1,6 +1,7 @@ { "modules": [ - "bootstrap" + "bootstrap", + "font-awesome" ], "dest": "build/public" } diff --git a/package.json b/package.json index c76c19b..8772268 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "license": "ISC", "dependencies": { "bootstrap": "^3.3.6", + "font-awesome": "^4.7.0", "jquery": "^2.2.4" }, "devDependencies": { diff --git a/src/public/less/app.less b/src/public/less/app.less index 167d044..85cb97c 100644 --- a/src/public/less/app.less +++ b/src/public/less/app.less @@ -1,4 +1,5 @@ @import "bootstrap/less/bootstrap.less"; +@import "font-awesome/less/font-awesome.less"; body { padding-top: 70px; diff --git a/src/templates/movies/library.tmpl b/src/templates/movies/library.tmpl index 69f6b11..3005c89 100644 --- a/src/templates/movies/library.tmpl +++ b/src/templates/movies/library.tmpl @@ -44,7 +44,7 @@
- IMDB + IMDB