Skip to content

Commit

Permalink
Fixed reference glob
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshawcare committed Jan 25, 2015
1 parent fae1600 commit 7238cc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -6,4 +6,5 @@ newrelic_agent.log
*~
.librarian
.tmp
public/css/*.css
public/css/*.css
node_modules/grunt-aws/caches/**

This file was deleted.

2 changes: 1 addition & 1 deletion tasks/data/globs.json
Expand Up @@ -7,5 +7,5 @@
"html": ["public/*.html"],
"staticAssets": ["build/css/index.css", "build/images/*.png", "build/javascript/email_signature_generator.js", "build/bower_components/requirejs/require.js"],
"hashedStaticAssets": ["build/css/index.*.css", "build/images/*.png", "build/javascript/email_signature_generator.*.js", "build/bower_components/requirejs/require.*.js"],
"staticAssetReferences": ["build/javascript/themes.js", "build/jade/index.jade"]
"staticAssetReferences": ["build/javascript/email_signature_generator.*.js", "build/jade/index.jade"]
}

0 comments on commit 7238cc5

Please sign in to comment.