Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
This project initially started with us thinking we'd move it to backe…
Browse files Browse the repository at this point in the history
…nd processing quickly, that is happening slowly, let's make it easier to deploy at least
  • Loading branch information
jefflembeck committed Feb 3, 2015
1 parent 17ed53f commit 1f0cbe9
Show file tree
Hide file tree
Showing 186 changed files with 13 additions and 8,209 deletions.
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -32,9 +32,10 @@ To use, check out http://www.grumpicon.com

1. Clone repository: `git clone https://github.com/filamentgroup/grunticon-app`
2. Install Dependencies: `npm install`
2. Run the app: `node app.js`
3. Open a browser and navigate to `localhost:5000`
4. Drag svgs into the app
3. Build the project: `grunt`
4. Create a virtual host to run from the root directory
5. Open the local url in your browser.
6. Drag svgs into the app

You can also run Grunticon from the command line as part of a Grunt.js build process. More documentation is available on the [Grunticon task page](https://github.com/filamentgroup/grunticon/).

Expand Down
26 changes: 0 additions & 26 deletions Vagrantfile

This file was deleted.

15 changes: 0 additions & 15 deletions app.js

This file was deleted.

6 changes: 0 additions & 6 deletions bin/update_chef.sh

This file was deleted.

6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -5,11 +5,11 @@
<title>Grumpicon. A Web app for the Grunticon workflow.</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />

<link rel="stylesheet" href="dist/main.css">
<link rel="stylesheet" href="/public/dist/main.css">
<link href='http://fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'>

<script src="js/modernizr.js"></script>
<script src="lib/requirejs/require.js" data-main="dist/grumpicon"></script>
<script src="/public/js/modernizr.js"></script>
<script src="/public/lib/requirejs/require.js" data-main="/public/dist/grumpicon"></script>

<link rel="icon" href="public/favicon.ico">

Expand Down
12 changes: 6 additions & 6 deletions public/dist/grumpicon.js

Large diffs are not rendered by default.

78 changes: 0 additions & 78 deletions vendor/cookbooks/apache2/README.rdoc

This file was deleted.

77 changes: 0 additions & 77 deletions vendor/cookbooks/apache2/attributes/default.rb

This file was deleted.

25 changes: 0 additions & 25 deletions vendor/cookbooks/apache2/definitions/apache_conf.rb

This file was deleted.

43 changes: 0 additions & 43 deletions vendor/cookbooks/apache2/definitions/apache_module.rb

This file was deleted.

40 changes: 0 additions & 40 deletions vendor/cookbooks/apache2/definitions/apache_site.rb

This file was deleted.

49 changes: 0 additions & 49 deletions vendor/cookbooks/apache2/definitions/web_app.rb

This file was deleted.

0 comments on commit 1f0cbe9

Please sign in to comment.