Commit Graph

34 Commits

Author SHA1 Message Date
QWp6t
4d58f88166 Squashing asset pipeline bugs and other stuff
1. Update dependencies
   - Add font-awesome as dependency
   - Switch to Bootstrap 4 dev branch
   - Remove eslint airbnb style (we're not using it)

2. Imported images and fonts should go into dist/images
   and dist/fonts, respectively

3. Only lint our own code, not external code (fixes #1633)
2016-08-13 07:49:43 -07:00
QWp6t
447c24d082 Update dependencies, incl Bootstrap 4 alpha 3 2016-08-06 18:51:06 -07:00
Ben Word
cc32225d68 Boostrap 2016-07-16 13:59:02 -06:00
PTiCA1
83ee29fc47 Sage 9 - fix bootstrap4 styles (#1642)
Update after Bootstrap 4 class name changes
2016-05-03 10:54:25 -04:00
Patrick Vézina
1a8935370e bootstrap 4 flex grid 2016-03-26 14:54:34 -04:00
Patrick Vézina
7d1baa0fe7 webpack implementation 2016-03-13 17:08:30 -04:00
Ben Word
5551ddebfa Fix BS4 grid after their grid updates 2016-03-11 18:06:28 -05:00
QWp6t
c9ef232ec1 bootstrap 4 2016-03-11 18:00:06 -05:00
Ben Word
1b9c0a3398 Missed in 269346d 2015-12-10 15:40:37 -06:00
Ben Word
269346ddde Remove unnecessary underscore 2015-11-18 23:15:40 -06:00
88mpg
24bcc412bc wp-classes alignment (right, left, center) height set to auto for proper scaling 2015-10-30 13:16:57 -04:00
88mpg
f804b0137f add auto height to .alignnone to prevent vertical stretch of fullwidth image 2015-10-16 15:58:16 -04:00
Julien Melissas
5a621210db Removed editor-style style files in favor of adding a simple _tinymce.scss partial. This cuts styles compiling time in about half.
`add_editor_style` now just references `main.css`
2015-10-13 11:51:57 -04:00
Ben Word
9a14571814 Use Sass to style search form, remove search template 2015-10-10 12:53:19 -05:00
Palaniappan
8d9a56670f Update newer versions of dependencies
Update Bootstrap sass and rename

Update main.scss

Update newer versions of dependencies

Update newer versions of dependencies

Update Bootstrap sass and rename

Update package
2015-08-23 14:07:14 +05:30
Matthew Moen
a797edccbc Fix glyphicon font path 2015-05-05 10:39:15 -07:00
Ben Word
d635063570 Use Bootstrap Sass by default 2015-04-29 00:04:06 -05:00
Rastislav Lamos
cd47721830 Clarify Sass integration 2015-03-31 19:43:50 +02:00
Austin Pray
e2f7ebb54c better instructions for sass install
[ci skip]
2015-03-04 18:50:54 -06:00
Austin Pray
9fbf9df1df whoops 2015-02-25 15:14:30 -06:00
Ben Word
81979785fc Add note about not manually editing wiredep injected deps 2015-02-24 12:04:41 -06:00
Ben Word
e902b7c566 Update Sass instructions 2015-02-19 19:52:14 -06:00
Ben Word
7c118f8565 ✂️ 2015-02-19 19:44:53 -06:00
Ben Word
17b3aa5d59 Add common folder, add grid component, remove home placeholder
* New `common/` folder for `_variables` and `_global`
* Move grid styles to new `_grid` component
* Remove `layouts/pages/_home`
2015-02-19 14:17:50 -06:00
Ben Word
fc05091971 Gallery styling now unnecessary, move caption styling to _wp-classes 2015-02-19 13:49:30 -06:00
Ben Word
fc5a1547ba Remove comments 2015-02-19 13:44:22 -06:00
Ben Word
cf2bd6b70f Use the theme styles for the editor stylesheet 2015-01-19 22:47:35 -06:00
Ben Word
d328bfec91 Use new core navigation template tag 2015-01-18 04:18:11 -06:00
Ben Word
030c084134 Rename to Sage 2015-01-09 20:52:29 -06:00
Ben Word
eaf4d7b73b Fix error after master merge because of new assets directory structure 2015-01-09 19:15:24 -06:00
Ben Word
dadb2ce632 Merge master 2015-01-09 19:09:46 -06:00
Ben Word
ebc18f724c Add example of how to use bootstrap-sass 2015-01-09 17:53:13 -06:00
Austin Pray
df004917b7 Use wiredep for sass and less injection
https://github.com/taptapship/wiredep
all third-party deps are injected via wiredep rather than manually managed
2014-11-24 12:42:52 -06:00
Austin Pray
3a4ae77b1e Reorganizes asset file structure
Separates assets into
- Source assets: `assets`
- Compiled assets: `dist`

Edits assets.php to reflect changes

Removes '.min' from filenames

Fixes:
- removes 'clean' from build step.
2014-11-24 12:34:11 -06:00