Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add elm v0.18 instead of previous client #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
505 changes: 0 additions & 505 deletions app/templates/client/Gruntfile.js

This file was deleted.

27 changes: 27 additions & 0 deletions app/templates/client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[![Build Status](https://travis-ci.org/Gizra/elm-spa-example.svg?branch=master)](https://travis-ci.org/Gizra/elm-spa-example)

> elm v0.18 single page application (SPA) example

Read about this app in the post [Faithful Elm and the Amazing Router](http://www.gizra.com/content/faithful-elm-amazing-router/)

## Installation

Make sure the following are installed:

* NodeJs (and npm)
* Elm (e.g. `npm install -g [email protected]`)
* Compass (for SASS) (`gem update --system && gem install compass`)

## Usage

1. Serve locally, and watch file changes: `gulp`
1. Prepare file for publishing (e.g. minify, and rev file names): `gulp publish`
1. Deploy to GitHub's pages (`gh-pages` branch of your repository): `gulp deploy`

## Unit Tests

In order to view the tests on the browser Start elm reactor (elm-reactor) and navigate to http://0.0.0.0:8000/src/elm/TestRunner.elm

## License

MIT
3 changes: 0 additions & 3 deletions app/templates/client/_bowerrc

This file was deleted.

21 changes: 0 additions & 21 deletions app/templates/client/_editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion app/templates/client/_gitattributes

This file was deleted.

8 changes: 2 additions & 6 deletions app/templates/client/_gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
elm-stuff
node_modules
serve
dist
.tmp
.sass-cache
bower_components
config.json
app/scripts/config.js
sync_hedley.sh
23 changes: 0 additions & 23 deletions app/templates/client/_jshintrc

This file was deleted.

6 changes: 0 additions & 6 deletions app/templates/client/_travis.yml

This file was deleted.

157 changes: 0 additions & 157 deletions app/templates/client/app/404.html

This file was deleted.

1 change: 0 additions & 1 deletion app/templates/client/app/CNAME

This file was deleted.

Binary file removed app/templates/client/app/favicon.ico
Binary file not shown.
Binary file removed app/templates/client/app/images/marker-blue.png
Binary file not shown.
Binary file removed app/templates/client/app/images/marker-red.png
Binary file not shown.
Binary file removed app/templates/client/app/images/shadow.png
Binary file not shown.
Binary file removed app/templates/client/app/images/yeoman.png
Binary file not shown.
98 changes: 0 additions & 98 deletions app/templates/client/app/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions app/templates/client/app/robots.txt

This file was deleted.

Loading