Skip to content

Commit

Permalink
express static server
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jul 8, 2013
1 parent 9b391aa commit f6b229e
Show file tree
Hide file tree
Showing 340 changed files with 20,411 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gruntfile.coffee
Expand Up @@ -3,10 +3,10 @@ module.exports = (grunt) ->
grunt.initConfig

compass:
dist:
public:
options:
sassDir: 'src/styles'
cssDir: 'dist/styles'
cssDir: 'public/styles'
outputStyle: 'compact'
relativeAssets: true
colorOutput: false
Expand All @@ -17,12 +17,12 @@ module.exports = (grunt) ->
bare: false
join: true
files:
'dist/scripts/index.js': ['src/scripts/**/*.coffee']
'public/scripts/index.js': ['src/scripts/**/*.coffee']

# uglify:
# dist:
# public:
# files:
# 'dist/scripts/.min.js': ['src/input1.js', 'src/input2.js']
# 'public/scripts/.min.js': ['src/input1.js', 'src/input2.js']

watch:
coffee:
Expand Down
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: node web.js
1 change: 1 addition & 0 deletions node_modules/.bin/express

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions node_modules/express/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions node_modules/express/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6b229e

Please sign in to comment.