Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #175 from Financial-Times/pa11y_check
Browse files Browse the repository at this point in the history
Pa11y check update
  • Loading branch information
lc512k authored May 10, 2017
2 parents c0e18cc + b56a342 commit 2b74a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ APP_NAME = $(shell cat package.json 2>/dev/null | $(call JSON_GET_VALUE,name))
DONE = echo ✓ $@ done
CONFIG_VARS = curl -fsL https://ft-next-config-vars.herokuapp.com/$1/$(call APP_NAME)$(if $2,.$2,) -H "Authorization: `heroku config:get APIKEY --app ft-next-config-vars`"
IS_USER_FACING = `find . -type d \( -path ./bower_components -o -path ./node_modules \) -prune -o -name '*.html' -print`
MAKEFILE_HAS_A11Y = `grep -rli "make a11y" Makefile`
MAKEFILE_HAS_A11Y = `grep -rli "make a11y\|a11y:" Makefile`

#
# META TASKS
Expand Down

0 comments on commit 2b74a11

Please sign in to comment.