Skip to content

Commit 515d4eb

Browse files
committed
Merge pull request #72 from purescript/try_2
Add Try link to front page
2 parents 9bb5f91 + 4255130 commit 515d4eb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ module.exports = function(grunt) {
44

55
grunt.initConfig({
66

7-
clean: ["css/*"],
7+
clean: ["_site/css/*"],
88

99
compass: {
1010
dev: {
1111
options: {
1212
sassDir: "sass",
13-
cssDir: "css",
13+
cssDir: "_site/css",
1414
fontsDir: "fonts",
1515
imagesDir: "img",
1616
relativeAssets: true,

0 commit comments

Comments
 (0)