Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit b9ac3b9

Browse files
committed
fix case for WeakMap build, error on missing file
1 parent 51f3738 commit b9ac3b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
"../WeakMap/WeakMap.js",
2+
"../WeakMap/weakmap.js",
33
"../observe-js/src/observe.js",
44
"build/if-poly.js",
55
"../ShadowDOM/build.json",

gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ module.exports = function(grunt) {
3939
concat_sourcemap: {
4040
Platform: {
4141
options: {
42-
sourcesContent: true
42+
sourcesContent: true,
43+
nonull: true
4344
},
4445
files: {
4546
'platform.concat.js': readManifest('build.json')

0 commit comments

Comments
 (0)