Skip to content

Commit

Permalink
modify marketing page
Browse files Browse the repository at this point in the history
  • Loading branch information
philipithomas committed Mar 16, 2017
1 parent 50f21ac commit 303e731
Show file tree
Hide file tree
Showing 108 changed files with 26,661 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/*
.DS_Store
15 changes: 15 additions & 0 deletions 404.html

Large diffs are not rendered by default.

26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# Shutdown Landing Page
# www

Short story: Run this command **before committing**.

```
bash build.sh
```

## CSS

**DO NOT DIRECTLY MODIFY CSS**

CSS is being compiled from Sass, but we are bundling everything into 1 file, located in `assets/css/staffjoy.css`. To write new CSS, write it in the appropriate `.scss` file located in the `sass/` folder, then run ```gulp``` to build it. Gulp will watch for changes and rebuild, so you can leave it running in a separate window. Your SCSS changes will spur changes in `assets/css/staffjoy.css` - **be sure to commit these**.

## Building assets for Go

If you make changes to assets or templates, you must run the following scripts to package your assets for the binary:

```
go-bindata assets/...
```

the bindata package is old and ornery, so you may need to run `gofmt -s` (with the simplification flag) or linting on it.


Loading

0 comments on commit 303e731

Please sign in to comment.