Skip to content

Commit

Permalink
Merge pull request #7823 from shawnthompson/theme-sri
Browse files Browse the repository at this point in the history
move sri task into dist to be able to use the payload file in the theme repos
  • Loading branch information
LaurentGoderre committed Dec 22, 2016
2 parents ac16965 + 51f1bc3 commit a147b6a
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 a147b6a

Please sign in to comment.