mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -04:00
Import files from Yawim
This commit is contained in:
parent
370003835e
commit
dd4809f519
18 changed files with 994 additions and 116 deletions
11
gulpfile.js
11
gulpfile.js
|
@ -1,11 +1,4 @@
|
|||
/*
|
||||
Copyright (c) 2015 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
|
||||
*/
|
||||
|
||||
|
||||
'use strict';
|
||||
|
||||
|
@ -236,7 +229,7 @@ gulp.task('clean', function() {
|
|||
});
|
||||
|
||||
// Watch files for changes & reload
|
||||
gulp.task('serve', ['lint', 'styles', 'elements', 'images'], function() {
|
||||
gulp.task('serve', [ 'styles', 'elements', 'images'], function() {
|
||||
browserSync({
|
||||
port: 5000,
|
||||
notify: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue