Added a special font
[examples/template-development] / Gruntfile.js
index 9125a55..f62594c 100644 (file)
@@ -14,7 +14,11 @@ module.exports = function(grunt) {
         expand: true,
         cwd: 'html',
         src: '**/*.html',
-        dest: 'dist/thymeleaf/templates',
+        dest: 'dist/thymeleaf/templates'
+      },
+      fonts: {
+        src: 'fonts/**/*',
+        dest: 'dist/'
       }
     },