Commit Graph

897 Commits (79f5d75d0c48af16cc5666d9d9987a6002c7815e)

Author SHA1 Message Date
Paul Kinlan d4186df585 Adds 'https:true' to both serve task
This should fully enable HTTPS server testing.
2014-07-16 13:28:13 +01:00
Paul Kinlan b6ea8e2eac Updating the version of browser sync
This will enable the TLS functionality
2014-07-16 13:26:51 +01:00
Sindre Sorhus 75affa895d Merge pull request #281 from alrra/move-htaccess
Move the `.htaccess` file into `app` directory
2014-07-14 20:39:09 +02:00
Cătălin Mariș 2d13159e04 Move the `.htaccess` file into the `app` directory
Moving the file along with changing the `copy` task to also copy the
hidden files will ensure that the `.htaccess` file ends up in the root
of the `dist` directory, and thus, the site.
2014-07-14 21:20:42 +03:00
Addy Osmani 8c641b5533 Close GH-275: Adds .htaccess file. 2014-07-11 23:57:51 +02:00
Sindre Sorhus 9d0eac7775 Merge pull request #277 from google/lang
Adds the lang attribute to html - fixes #272
2014-07-11 12:56:44 +02:00
Addy Osmani 889a7854c4 Adds lang attribute to basic.html 2014-07-11 10:48:13 +01:00
Addy Osmani 06ff15c122 Adds the lang attribute to html 2014-07-11 10:44:33 +01:00
Sindre Sorhus 43229fded6 bump deps 2014-07-09 00:52:32 +02:00
Addy Osmani 1831b99514 Make the footer in style guide more useful 2014-07-08 18:33:08 +01:00
Sindre Sorhus 1ec241df58 Merge pull request #265 from google/fonts
Fixes #264 - copy fonts to dist
2014-07-08 17:39:59 +02:00
Addy Osmani 8f5c506bad Fixes #264 - copy fonts to dist 2014-07-08 15:53:00 +01:00
Addy Osmani b91ba280f0 Style formatting post font updates 2014-07-08 14:55:05 +01:00
Addy Osmani bfad67d319 Merge pull request #261 from google/webfonts
Adding in RobotoCondensed Web fonts - #251
2014-07-08 14:52:11 +01:00
Paul Kinlan 31678db5a1 #251 - it turns out I didn't check in you know, the most important files 2014-07-08 10:34:26 +01:00
Paul Kinlan 42654756d0 Adding in RobotoCondensed Web fonts - #251
Adding in font files to /fonts
Adding in CSS in to main.css rather than embed directly into the <head> - we can move this there later if we want.
I have also changed slightly the declaration of what we serve than recomended in the bug (i.e, the Chris Coyer article), I went through how Google web fonts works and this is the recommended output that works in IE 9, 10 and above, Safari iOS 6 and above, Chrome and Firefox.  Note: we don't reference any ttf files, but I have included them
2014-07-08 08:47:00 +01:00
Sindre Sorhus 27a0bd579a Merge pull request #259 from google/fixminify
Fixes #253 - correctly minify styles
2014-07-07 17:23:35 +02:00
Addy Osmani 773d577d61 Fixes #253 - correctly minify styles 2014-07-07 13:07:57 +01:00
Addy Osmani 2b99126d1f Merge pull request #254 from google/styling
Various styling fixes
2014-07-05 17:01:46 +01:00
Addy Osmani f94febd39c Various styling fixes 2014-07-05 10:33:22 +01:00
Sindre Sorhus 0c544eb0a3 install Sass when running Travis 2014-07-04 15:57:24 +02:00
Santiago Valdarrama cc174ed4b6 Close GH-242: Handling scss compilation error. 2014-07-04 15:55:44 +02:00
Sindre Sorhus 6268654b54 followup to 4730569239 2014-07-04 15:54:20 +02:00
Addy Osmani 0684a9caf2 Merge pull request #238 from google/fix-233
Improve navbar UX logic for #233
2014-07-04 14:29:11 +01:00
Addy Osmani 4730569239 Address feedback on #238 2014-07-04 14:28:21 +01:00
Sindre Sorhus 8131b40193 gulpfile - simplify error handler 2014-07-04 13:36:23 +02:00
Sindre Sorhus c0310e649e gulpfile - centralize autoprefixer config 2014-07-04 13:35:14 +02:00
Sindre Sorhus aee1d90774 minor consistency tweak for #239 2014-07-04 13:25:49 +02:00
Sindre Sorhus a5a7a97fbe Merge pull request #239 from google/fix-79
Potential fix for #79
2014-07-04 13:23:28 +02:00
battaglr 9101631d78 Close GH-243: Vendor prefixes. Fixes #175 2014-07-04 13:14:36 +02:00
Sindre Sorhus a709aaf54a Merge pull request #240 from ValentinKlinghammer/master
minifyHtml should only run on html files
2014-07-04 12:24:42 +02:00
Valentin Klinghammer f71a54cc82 minifyHtml should only run on html files 2014-07-03 16:36:41 +02:00
Addy Osmani 7fac034548 Potential fix for #79
In the 1200px media query, negate the `.app-bar.open, .app-bar.open ~
main transform` to remove the white area (~250px out) displayed. This
generally seems to be a FF only issue.
2014-07-03 11:49:25 +01:00
Addy Osmani e446c797db Improve navbar UX logic for #233
This change takes us away from using overflow:hidden on body by
default, only toggling this using a new `open` class when the navbar
has been expanded. `open` is toggled on body in the same places as it
is for the appear and navdrawer.
2014-07-03 11:22:37 +01:00
Addy Osmani 637ebc2233 Add error handler for ruby-sass to fix #234 2014-07-03 11:01:48 +01:00
Addy Osmani 2bfca61c88 Index: Load google fonts in head, rather than imports. 2014-07-03 10:52:54 +01:00
Addy Osmani fbae5362be Style guide: add recommended font loading to head. 2014-07-03 10:52:28 +01:00
Addy Osmani ff40e041cd Compiled CSS: drop Google font imports 2014-07-03 10:51:56 +01:00
Addy Osmani 87fc2ae1a0 Sass: Drop Google fonts being loaded from imports. 2014-07-03 10:51:45 +01:00
Sindre Sorhus 7ae5f1d1cd Merge pull request #228 from manishrc/master
Follow-up fix for #207: use #ignore-click instead of 'javascript:;' for links.
2014-07-01 22:01:52 +02:00
Manish Chiniwalar ba24a0d66c use #ignore-click instead of 'javascript:;' 2014-07-01 20:20:56 +05:30
Addy Osmani 12989829e2 Merge pull request #221 from google/https
Fixes #220 - move font loading to https
2014-07-01 11:36:09 +01:00
Addy Osmani 00abddb1ce Fixes #220 - move font loading to https 2014-07-01 11:09:00 +01:00
Sindre Sorhus 49bb52e54b tweak #217 2014-06-30 22:23:24 +02:00
Paul Kinlan 0665b24205 Close GH-217: Adds a gulp serve:dist command that uses the dist build process. Fixes #216. Fixes #215, Fixes #216 2014-06-30 22:18:52 +02:00
Sindre Sorhus b768937868 gulpfile - codestyle 2014-06-30 18:52:51 +02:00
Addy Osmani c9ae83a019 Merge pull request #219 from google/uncss_filter
Adding ignore filters to uncss so that the slide out menu works
2014-06-30 17:47:00 +01:00
Paul Kinlan a9cab1e419 Adding ignore filters to uncss 2014-06-30 17:40:20 +01:00
Sindre Sorhus f8cc27af0b Merge pull request #206 from Charca/gulp-copy-task
Added gulp task to copy files from app to dist
2014-06-30 15:39:27 +02:00
Paul Kinlan 31e42b34b5 Adding a link to the demonstration site #97 2014-06-30 12:21:43 +01:00