Skip to content

Commit 530b815

Browse files
committed
add misc files
1 parent 8bb096d commit 530b815

File tree

3 files changed

+146
-111
lines changed

3 files changed

+146
-111
lines changed

Gruntfile.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ module.exports = function (grunt) {
6767
dest: 'dist/assets'
6868
},
6969
]
70+
},
71+
misc: {
72+
expand: true,
73+
src: [
74+
'googlef53629e00736ad78.html',
75+
'.well-known/**'
76+
],
77+
dest: 'dist/.',
7078
}
7179
},
7280

@@ -128,5 +136,5 @@ module.exports = function (grunt) {
128136
grunt.loadNpmTasks('grunt-babel')
129137
grunt.loadNpmTasks('grunt-processhtml')
130138
grunt.registerTask('default', ['build', 'connect', 'watch'])
131-
grunt.registerTask('build', ['babel', 'cssmin', 'processhtml', 'htmlmin', 'copy:images', 'copy:assets', 'clean'])
139+
grunt.registerTask('build', ['babel', 'cssmin', 'processhtml', 'htmlmin', 'copy:images', 'copy:assets', 'copy:misc', 'clean'])
132140
}

package-lock.json

+136-109
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"babel-core": "^6.26.0",
1818
"babel-preset-env": "^1.6.1",
19-
"grunt": "^1.0.2",
19+
"grunt": "^1.0.3",
2020
"grunt-babel": "^7.0.0",
2121
"grunt-cli": "^1.2.0",
2222
"grunt-contrib-clean": "^1.1.0",

0 commit comments

Comments
 (0)