Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #97 from tinyclues/saltpad_v2
Browse files Browse the repository at this point in the history
Saltpad v2
  • Loading branch information
Lothiraldan committed Jan 6, 2016
2 parents 7e6415e + 7a53b0c commit 72077f8
Show file tree
Hide file tree
Showing 209 changed files with 5,729 additions and 23,146 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ nosetests.xml
# we shoudnt need venv in git
venv/
.tox

# JS
node_modules/
bower_components/
dist/

settings.json
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

## [0.1](https://github.com/skywinder/github-changelog-generator/tree/0.1) (2015-09-17)

Saltpad has been entirely rewritten as a single app page using React. This leads to several enhancements:

- Better responsiveness.
- More interactive.
- Helps solves the job launching UX.
- Easier to deploy.

This rewrite and architecture change now require that the salt-api is contactable from the browser directly. If it's a concern for you and don't want to use the new version because of it, please open an issue.
10 changes: 0 additions & 10 deletions MANIFEST.in

This file was deleted.

57 changes: 0 additions & 57 deletions Makefile

This file was deleted.

0 comments on commit 72077f8

Please sign in to comment.