Skip to content

Commit 0fb17c3

Browse files
committed
rename "content/" to "page/" for consistency with rest of jQuery sites
1 parent e344eb8 commit 0fb17c3

File tree

86 files changed

+2
-5
lines changed

Some content is hidden

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

86 files changed

+2
-5
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
output/
2-
page
31
vendor
42
tmp/*
53
tmp
6-
order.json
74
config.json
85
node_modules/
96
dist/

grunt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ grunt.initConfig({
2626
},
2727
watch: {
2828
pages: {
29-
files: "content/**",
29+
files: "page/**",
3030
tasks: "deploy"
3131
}
3232
},
3333
"build-pages": {
34-
all: grunt.file.expandFiles( "content/**" )
34+
all: grunt.file.expandFiles( "page/**" )
3535
},
3636
"build-resources": {
3737
all: grunt.file.expandFiles( "resources/**/*" )

0 commit comments

Comments
 (0)