diff --git a/Gruntfile.js b/Gruntfile.js
index 9e4dd81..9620ec1 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -2,11 +2,11 @@ module.exports = function(grunt) {
grunt.initConfig({
watch: {
- files: ["css/stylus/*.styl"],
+ files: ["assets/css/stylus/*.styl"],
tasks: ["stylus"]
},
stylus: {
- "css/main.min.css": ["css/stylus/*.styl"],
+ "assets/css/main.min.css": ["assets/css/stylus/*.styl"],
options: {
globals: {
compress: true
diff --git a/_includes/footer.html b/_includes/footer.html
index dcd27d1..f5bc044 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -15,6 +15,6 @@
-
+