We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4433b3 commit 152f223Copy full SHA for 152f223
Gruntfile.js
@@ -37,7 +37,7 @@ module.exports = function(grunt) {
37
grunt.loadNpmTasks('grunt-text-replace');
38
39
grunt.registerTask('build', ['replace']);
40
- grunt.registerTask('deploy', ['gh-pages']);
+ grunt.registerTask('deploy', ['build', 'gh-pages']);
41
grunt.registerTask('server', ['connect']);
42
43
};
src/aha-table.html
@@ -1121,7 +1121,6 @@
1121
*
1122
*/
1123
-->
1124
-<dom-module id="aha-column"></dom-module>
1125
<script>
1126
Polymer({
1127
is: "aha-column",
0 commit comments