File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ module.exports = function(grunt) {
3838
3939 grunt . registerTask ( 'build' , [ 'replace' ] ) ;
4040 grunt . registerTask ( 'deploy' , [ 'build' , 'gh-pages' ] ) ;
41- grunt . registerTask ( 'server' , [ 'connect' ] ) ;
41+ grunt . registerTask ( 'server' , [ 'build' , ' connect'] ) ;
4242
4343} ;
Original file line number Diff line number Diff line change @@ -181,7 +181,8 @@ In order to run it locally you'll need to fetch some dependencies and a basic se
1811815. deploy
182182
183183 ```sh
184- $ grunt build && grunt deploy
184+ $ git add * && git commit && git push
185+ $ grunt deploy
185186 ```
186187
187188## Contributing
Original file line number Diff line number Diff line change 11211121 *
11221122 */
11231123-->
1124- < dom-module id ="aha-column "> </ dom-module >
11251124< script >
11261125 Polymer ( {
11271126 is : "aha-column" ,
You can’t perform that action at this time.
0 commit comments