Skip to content

Commit

Permalink
Move assets into content/ to make awestruct happier with its site gen…
Browse files Browse the repository at this point in the history
…eration
  • Loading branch information
R. Tyler Croy committed Dec 1, 2016
1 parent 4347908 commit 4ce6472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bower.json
bower_components/
node_modules/
src/assets
content/assets

# generated pipeline step documentation
content/doc/pipeline/steps/*.adoc
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ task prepareJavaScripts {
dependsOn bowerInstall

doLast {
def assetsDir = file("${project.ext.siteOutputDir}/assets")
def assetsDir = file("${contentDir}/assets")
assetsDir.mkdirs()

copy {
Expand Down

0 comments on commit 4ce6472

Please sign in to comment.