Ben Word
c5939545f1
Update CHANGELOG
2015-03-03 14:44:44 -06:00
Ben Word
57df3ae07f
Merge pull request #1366 from roots/add-build-dir-constant
...
Use a constant for the build directory path
2015-03-03 14:39:22 -06:00
Ben Word
a57e07b14a
Use a constant for the build directory path
...
Ref #1352
2015-03-03 14:37:47 -06:00
Ben Word
0c25df7e09
Merge pull request #1365 from roots/conditional-tag-check-args-fix
...
Update ConditionalTagCheck and usage docs
2015-03-03 14:32:03 -06:00
Ben Word
6a9e437427
Merge pull request #1352 from emaildano/patch-2
...
Handle $dist_path as var
2015-03-03 14:31:04 -06:00
Ben Word
f0d825b58f
Merge pull request #1364 from leogono/patch-1
...
Change gallery columns default to 3
2015-03-03 14:30:49 -06:00
Scott Walkinshaw
fe94039e70
Update ConditionalTagCheck and usage docs
...
When passing an argument to a function for ConditionalTagCheck, the
argument should *not* always be an array. The function will be called
wit the arguments as is and not modified. So if the function takes a
string argument, keep it as a string. If it takes an array, use an
array.
2015-03-03 15:26:30 -05:00
Leo Gono
566563e701
change default columns to 3.
...
Issue is if you set 3 in Gallery options it will output 4 columns in the frontend. The default WordPress column is 3 for gallery and if it's set to 3, it does not added any column attribute to the shortcode which cause the issue. Setting the default to 3 should fix the issue.
2015-03-03 15:26:50 +08:00
Ben Word
9ee41494f7
Merge pull request #1360 from roots/QWp6t-readmerequirements
...
Add table of requirements
2015-03-01 10:31:53 -06:00
QWp6t
b49d856455
Add table of requirements
2015-03-01 07:36:59 -08:00
Scott Walkinshaw
fd8c437ca8
Merge pull request #1359 from roots/travis-updates
...
Travis updates
2015-03-01 00:07:02 -06:00
Scott Walkinshaw
99d2b0064d
cache bower and node directories
2015-02-28 23:30:35 -06:00
Scott Walkinshaw
e31049aa39
Add hhvm
2015-02-28 23:30:20 -06:00
Ben Word
2e1a4bf67e
Merge pull request #1355 from TomasVotruba/patch-1
...
travis: PHP 7.0 nightly added
2015-02-28 23:28:37 -06:00
Tomas Votruba
c14ca51f17
travis: PHP 7.0 nightly added
2015-03-01 00:56:15 +01:00
Scott Walkinshaw
65382410b5
Restore template-custom to sidebar config
2015-02-27 22:07:43 -06:00
Scott Walkinshaw
c5587b6c34
Bump Node.js requirement to 0.12.0
...
This is the latest stable release which also contains the latest npm so
there's no need for a separate requirement for it.
2015-02-27 18:36:47 -06:00
Daniel Olson
6cc7b7f189
Merge pull request #1 from austinpray/distvar
...
dist_var -> dist_dir
2015-02-26 18:21:39 -05:00
Austin Pray
12d0f21e03
dist_var -> dist_dir
2015-02-26 17:07:31 -06:00
Daniel Olson
c64d70f1bb
Corrected $dist_path var
2015-02-26 17:32:53 -05:00
Ben Word
018d83969c
Sage 8.0.1
2015-02-26 16:17:48 -06:00
Ben Word
6af91c211a
Merge pull request #1353 from austinpray/master
...
Adds windows compatibilty
2015-02-26 16:15:42 -06:00
Austin Pray
bb4404c3d4
Adds windows compatibilty
...
Bumps asset-builder to 1.0.1
Closes https://github.com/roots/sage/issues/1351
2015-02-26 16:10:56 -06:00
Daniel Olson
11713f1ec8
Handle $dist_path as var
...
Based on this thread: https://discourse.roots.io/t/sage-and-augmenting-my-workflow/2965/3
This sets up the opportunity to change the path of `dist/` for those needing to reference a different build.
2015-02-26 16:39:53 -05:00
Ben Word
2e5f82bf11
Merge pull request #1350 from wonderboys/template-improvements
...
added localized string for 'Toggle navigation' in /templates/header.php
2015-02-26 10:02:34 -06:00
Ben Word
a4582bb70b
Merge pull request #1349 from roots/austinpray-patch-1
...
Document fixing Sass example
2015-02-26 10:02:11 -06:00
Stefan Lindberg
9d3b058612
added localized string for 'Toggle navigation' in /templates/header.php
2015-02-26 12:35:16 +01:00
Austin Pray
06c71809eb
Document fixing Sass example
2015-02-25 19:46:46 -06:00
Austin Pray
9fbf9df1df
whoops
2015-02-25 15:14:30 -06:00
Ben Word
ce01c79893
Merge pull request #1251 from roots/8.0.0
...
Sage 8.0.0
2015-02-25 10:04:55 -06:00
Ben Word
6ac8ee06b7
Merge pull request #1347 from roots/launch-sage
...
Update files for 8.0.0 launch
2015-02-25 10:04:24 -06:00
Ben Word
d25becd13e
Add link to asset-builder
2015-02-24 20:29:47 -06:00
Ben Word
0db9a0becf
8.0.0 release date
2015-02-24 20:26:27 -06:00
Ben Word
d6a2792aee
Update badge URLs for renamed repo
2015-02-24 20:26:19 -06:00
Ben Word
a3d972665c
Merge pull request #1346 from roots/wiredep-note
...
Add note about not manually editing wiredep injected deps
2015-02-24 12:06:12 -06:00
Ben Word
81979785fc
Add note about not manually editing wiredep injected deps
2015-02-24 12:04:41 -06:00
Ben Word
1d4554f0ff
Merge pull request #1342 from austinpray/fixWatch
...
fix less breaking during watch on error
2015-02-23 19:06:39 -06:00
Austin Pray
ad4523fef6
fix less breaking during watch on error
...
If the `--production` flag is set: hard fail the build if there is a
precompiler error. If unset, log an error and end the task
successfully.
fixes https://github.com/roots/roots/issues/1288
2015-02-23 19:02:57 -06:00
Ben Word
bcb782dff7
Merge pull request #1343 from austinpray/fixWiredep
...
Only save a wiredepped file if Sha1 differs
2015-02-23 18:47:40 -06:00
Austin Pray
6c988aa533
Readds wiredep as dep to styles task
...
Wiredep runs automatically as a part of the `gulp` task now
2015-02-23 18:38:27 -06:00
Austin Pray
27cc623c53
Only save a wiredepped file if Sha1 differs
...
fixes https://github.com/roots/roots/issues/1340
2015-02-23 16:37:42 -06:00
Austin Pray
1d68d38495
Merge pull request #1341 from austinpray/bumpYargs
...
Bump yargs
2015-02-23 12:47:25 -06:00
Austin Pray
26c736d757
Bump yargs
2015-02-22 17:40:48 -06:00
Ben Word
34aa9816bc
Merge pull request #1338 from JulienMelissas/patch-1
...
Bumping gulp-less to 3.0.1
2015-02-21 23:32:10 -06:00
Julien Melissas
6b0f42044b
Bumping gulp-less to 3.0.1
2015-02-22 00:31:14 -05:00
Ben Word
1915f5a72c
Merge pull request #1337 from roots/update-translation-pot
...
Update sage.pot
2015-02-21 14:34:51 -06:00
Ben Word
9561564b3b
Update sage.pot
2015-02-21 14:34:19 -06:00
Ben Word
982605a9a7
Merge pull request #1336 from roots/readme-and-changelog-updates
...
README and CHANGELOG updates
2015-02-21 14:31:14 -06:00
Ben Word
812b169e26
Update README
2015-02-21 14:30:00 -06:00
Ben Word
374eeabfd8
Update CHANGELOG
2015-02-21 14:15:04 -06:00