Skip to content

Commit

Permalink
Update to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hoch committed Oct 20, 2017
1 parent 3b17eeb commit 2f610bb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions generate-hrir-base64.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright 2017 Google Inc. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

const fs = require('fs');

const FOAHrirData = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"scripts": {
"build": "webpack --progress --color",
"build-all": "webpack --progress --color && webpack --config webpack.config.all.js --progress --color",
"build-hrir": "./build-hrir.sh && node generate-hrir-base64.js",
"build-hrir": "./generate-hrir-wave.sh && node generate-hrir-base64.js",
"build-doc": "node_modules/.bin/jsdoc src/omnitone.js -d doc/",
"eslint": "./node_modules/.bin/eslint src/*",
"test": "node_modules/karma/bin/karma start",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.all.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
},
plugins: [
new UglifyJSPlugin({
sourceMap: true,
uglifyOptions: {
mangle: {
// To address the 'let' bug in Safari 10. See:
Expand Down

0 comments on commit 2f610bb

Please sign in to comment.