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

Commit

Permalink
update HTMLImports grunt and karma configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 12, 2014
1 parent ee22d3b commit 4e1c235
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions banner.txt
@@ -0,0 +1,9 @@
/**
* @license
* Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/
2 changes: 1 addition & 1 deletion gruntfile.js
Expand Up @@ -24,7 +24,7 @@ module.exports = function(grunt) {
CustomElements: {
options: {
// sourceMap: 'custom-elements.min.source-map.js'
banner: grunt.file.read('LICENSE')
banner: grunt.file.read('banner.txt')
},
files: {
'custom-elements.min.js': CustomElements
Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -3,18 +3,19 @@
"description": "Polyfill for W3C CustomElements Specification",
"version": "0.0.1",
"devDependencies": {
"mocha": "*",
"chai": "*",
"grunt": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-yuidoc": "~0.4.0",
"grunt-karma": "*",
"karma": "~0.12.0",
"karma-mocha": "*",
"karma-crbot-reporter": "*",
"karma-firefox-launcher": "*",
"karma-ie-launcher": "*",
"karma-mocha": "*",
"karma-safari-launcher": "*",
"karma-script-launcher": "*",
"karma-crbot-reporter": "*"
"mocha": "*"
}
}

0 comments on commit 4e1c235

Please sign in to comment.