Commit Graph

36 Commits

Author SHA1 Message Date
Daniel Freedman
31c923ee45 use wct 4
fix compiler errors, need C++11 compiler, g++ 4.8+

Fixes #608
2015-12-17 12:48:31 -08:00
Rob Dodson
b2baf8ccc9 Revert 7e4b99 and 967aae 2015-12-04 10:52:47 -08:00
Chuck Horton
34c5b58336 Change to minifyCss.
Fixes #535
2015-11-24 07:39:17 -08:00
Daniel Freedman
8dfd0ca664 Add firefox 42 and Chrome stable to travis tests 2015-11-17 17:41:46 -08:00
Chuck Horton
7082366bc2 Add Github Pages deploy and routing
This does the following:

1. Add gulp tasks to deploy to Github Pages
2. Revises routing to handle hosting from a subfolder
3. Allows development environment to run from root while production can
run from subfolder
4. Add link to PSK demo in readme.md
5. Add deploy section to readme.md
6. Add detail Deploy to Github Pages recipe

Remove getUrl function and use data binding instead

With Polymer 1.2.0 we can now use compound bindings so getUrl function
is not needed.

Change Github to GitHub

Fixed linting errors

Add example for deploy to GitHub pages

use $ variable instead of require for ghPages
2015-11-12 10:10:22 -08:00
Addy Osmani
46eed642d8 Update dependencies & fix linting
Update clean task for del 2.0.x update

Cleanup del callbacks for update
2015-11-09 15:53:59 +00:00
Addy Osmani
fa3f812aae Merge pull request #485 from PolymerElements/sjs/lint-on-pr
tests: Lint codebase on every PR
2015-11-09 12:21:13 +01:00
Sam Saccone
e37c17ad89 Merge pull request #486 from moderndeveloperllc/minimize-vulcanization
Use gulp-minify-inline to minimize the elements.vulcanized.html after generation
2015-11-06 21:24:26 -08:00
Mark Garrett
7e4b990e3a Use gulp-minify-inline to minimize the elements.vulcanized.html after generation 2015-11-06 21:53:16 -06:00
Felix Zapata
70e4593749 Change to using glob-all for globs 2015-11-06 18:26:05 -08:00
Sam Saccone
66bb6dcf22 tests: Lint codebase on every PR 2015-11-06 17:55:34 -08:00
Felix Zapata
c4c411c11f Lint all code with jscs and jshint 2015-11-06 17:41:22 -08:00
Addy Osmani
cc5c192f41 Revert to using vulcanize alone 2015-10-07 09:19:11 -07:00
Arthur Verschaeve
74221ae6fc Remove unused deps 2015-09-15 20:23:19 +02:00
Addy Osmani
ec3a6f23f4 Drop polyclean 2015-08-19 18:45:45 +01:00
Addy Osmani
09ffa9da80 Add support for polybuild (fixes #312)
Further tweaks to polybuild setup
2015-08-18 20:10:09 +01:00
Arthur Verschaeve
e948c9724c Add npm start script
Fix #212 (Closes #213)
2015-07-20 01:56:36 +09:00
Addy Osmani
dcb01a5ee6 Drop gulp-uncss as we don't use it here 2015-07-15 15:35:21 +09:00
Addy Osmani
ee1b0c5ac5 Add support for connect-history-api-fallback
Add middleware for proxying requests that improves our support for
‘hashbang: false’ and browsersync cross-browser-window. (Closes #204)
2015-06-24 17:05:36 +01:00
Arthur Verschaeve
0ed37c78bc Use npm test script to run test:local task (Closes #198) 2015-06-20 19:15:36 +01:00
Addy Osmani
6f4471c168 For #127 - bump BrowserSync to minimum 2.7.7 2015-06-10 17:25:53 +01:00
Addy Osmani
219036bd4c Merge pull request #108 from arthurvr/server-configs
Really drop the server configs
2015-06-02 20:09:21 +01:00
Addy Osmani
087c003127 Merge pull request #107 from arthurvr/package
Mark packages as private
2015-06-02 20:00:43 +01:00
Arthur Verschaeve
7c08efe5b3 Really remove server configs 2015-06-02 20:57:31 +02:00
Arthur Verschaeve
13717f3a39 Mark packages as private 2015-06-02 20:51:00 +02:00
Addy Osmani
c8f7b39a18 Bump tooling deps 2015-06-02 00:19:41 +01:00
karolklp
cf034e98c7 got rid of git://
it wasn't working when behind the http proxy
2015-06-01 11:30:02 +02:00
Addy Osmani
e8191f6cad Switch to verbose install commands for Windows (#68) 2015-05-30 07:41:44 -07:00
Addy Osmani
01af22bd8c Add npm run deps 2015-05-26 11:11:03 -07:00
Jeff Posnick
d93766337c Tweaks 2015-05-14 11:58:33 -04:00
Jeff Posnick
4baa5a548b Merge remote-tracking branch 'upstream/master' into platinum-sw 2015-05-14 10:33:04 -04:00
Addy Osmani
af6db9da58 Resolve Vulcanize breakages
Resolve import breakages in vulcanize
2015-05-13 13:31:49 +01:00
Jeff Posnick
7a5b638e18 Adds platinum-sw element caching 2015-05-12 16:13:43 -04:00
Addy Osmani
65e4d51218 Switch to WCT#master (#11) 2015-04-28 12:00:39 +01:00
Addy Osmani
0fdade8aa4 Drop support for Sass (#6) 2015-04-20 16:49:21 +01:00
Addy Osmani
1076cd7fba package.json: update all tooling dependencies
We’ve luckily got gulp-vulcanize working with the latest 0.8 compat
vulcanize version. web-component-tester also needed an update as did
some other tooling choices.
2015-04-17 10:21:33 +01:00