Skip to content

Commit

Permalink
move sri task into dist to be able to use the payload file in the the…
Browse files Browse the repository at this point in the history
…me repos
  • Loading branch information
shawnthompson committed Dec 21, 2016
1 parent ac16965 commit 51f1bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Expand Up @@ -25,6 +25,7 @@ module.exports = (grunt) ->
"demos-min"
"htmllint"
"bootlint"
"sri"
]
)

Expand Down Expand Up @@ -56,7 +57,6 @@ module.exports = (grunt) ->
->
if process.env.TRAVIS_PULL_REQUEST is "false" and process.env.DIST_REPO isnt `undefined` and ( process.env.TRAVIS_TAG isnt "" or process.env.TRAVIS_BRANCH is "master" )
grunt.task.run [
"sri"
"copy:deploy"
"gh-pages:travis"
"gh-pages:travis_cdn"
Expand Down Expand Up @@ -1396,7 +1396,7 @@ module.exports = (grunt) ->
"{js,css}/**/*.{js,css}"
]
expand: true
theme_wet_boew:
theme:
options:
dest: "<%= themeDist %>/payload.json"
cwd: "<%= themeDist %>"
Expand Down

0 comments on commit 51f1bc3

Please sign in to comment.