Skip to content

Commit

Permalink
Removes Grunt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed May 26, 2016
1 parent 50983c0 commit a2f737a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
14 changes: 0 additions & 14 deletions Gruntfile.js

This file was deleted.

10 changes: 1 addition & 9 deletions docpad.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,4 @@ module.exports =
templateData:
site:
url: 'http://localhost:9778'
assets: 'http://localhost:9778/assets'

# =================================
# DocPad Grunt Plugin

plugins:
grunt:
writeAfter: false
generateAfter: ['cssmin']
assets: 'http://localhost:9778/assets'
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"docpad-plugin-marked": "~2.3.0",
"docpad-plugin-partials": "~2.9.2"
},
"devDependencies": {
"docpad-plugin-grunt": "~2.2.0",
"grunt-contrib-cssmin": "^1.0.1"
},
"scripts": {
"build": "docpad generate --env static",
"test": "docpad generate"
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/default.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta itemprop="description" content="<%= @getSlogan() %>">

<!-- Style -->
<link rel="stylesheet" href="<%= @site.assets %>/css/all.min.css">
<link rel="stylesheet" href="<%= @site.assets %>/css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css">

<!-- Fonts -->
Expand Down

0 comments on commit a2f737a

Please sign in to comment.