Skip to content

Commit 0711375

Browse files
committed
Revert "Changed /page/ to /pages/ for consistency with other content repos"
This reverts commit 7b49f82.
1 parent 7b49f82 commit 0711375

File tree

97 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+3
-3
lines changed

CONTRIBUTING.md

+1-1

grunt.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ grunt.initConfig({
2929
},
3030
watch: {
3131
pages: {
32-
files: "pages/**",
32+
files: "page/**",
3333
tasks: "deploy"
3434
}
3535
},
3636
"build-pages": {
37-
all: grunt.file.expandFiles( "pages/**" )
37+
all: grunt.file.expandFiles( "page/**" )
3838
},
3939
"build-resources": {
4040
all: grunt.file.expandFiles( "resources/**/*" )
File renamed without changes.

0 commit comments

Comments
 (0)