Commit Graph

2034 Commits

Author SHA1 Message Date
24f0092d53 Remove redundant comments from styles/scripts 2017-07-01 01:44:44 -07:00
0a99ad1db5 Use jsDoc comments in front-end scripts 2017-07-01 01:08:54 -07:00
b8a502def6 Update npm dependencies 2017-06-30 23:56:54 -07:00
cc41cc1e3b Support config-local.json overrides config.json 2017-06-30 21:02:09 -07:00
f370d7674e Stylelint allow empty sources 2017-06-30 20:48:28 -07:00
f02e2d3e86 Move eslint and stylelint configs to package.json 2017-06-30 20:47:27 -07:00
Ben Word
8172de691f Merge pull request #1903 from roots/add-controller
Add soberwp/controller
2017-06-22 19:37:07 -05:00
Ben Word
aced09fb1e Merge pull request #1910 from darrenjacoby/add-controller
Controller examples
2017-06-22 19:29:07 -05:00
Darren Jacoby
ca808db748 Controller examples 2017-06-21 17:29:41 +02:00
Ben Word
f5a31c3feb Merge pull request #1908 from roots/template-call-syntax
Change syntax of template call to match other files in views/
2017-06-14 16:38:12 -06:00
Raquelle Fahle
98e4d4d09d Change syntax of template call to match other files in views/ 2017-06-14 16:41:42 -05:00
Ben Word
081b374de8 Merge pull request #1906 from samrap/hotfix-1905
Don't remove comments when clearing files.
2017-06-13 12:24:52 -06:00
Sam Rapaport
95acfe2ff5 Remove test output. 2017-06-13 09:47:19 -07:00
Sam Rapaport
3849192cc7 Don't remove comments when clearing files. 2017-06-13 09:45:42 -07:00
Ben Word
43cbd1ec90 Use latest Controller (https://github.com/soberwp/controller/pull/26) 2017-06-13 10:27:15 -06:00
Ben Word
65169986b7 Merge pull request #1867 from davekiss/patch-1
Add Tachyons as a CSS framework option
2017-06-13 07:43:29 -06:00
Dave Kiss
6b3d44857b assets -> resources/assets 2017-06-13 08:47:10 -04:00
Dave Kiss
e59dc20163 Merge branch 'master' of github.com:roots/sage 2017-06-13 08:39:27 -04:00
Ben Word
48c1d15c62 Merge pull request #1904 from roots/remove-post-formats
Remove post format reference in template call
2017-06-11 20:42:36 -06:00
Raquelle Fahle
8703069607 Update operator for template call 2017-06-11 20:59:49 -05:00
Raquelle Fahle
94b172f85c Remove post format reference in template call 2017-06-11 19:43:20 -05:00
Ben Word
556f08aee4 Merge pull request #1885 from samrap/dev-stylelint
Add stylelint to builds and watch
2017-06-11 17:56:25 -06:00
Ben Word
7e02fdbb6b Update comments, add some more 2017-06-11 17:53:22 -06:00
Ben Word
ae530661cb Merge branch 'master' into dev-stylelint 2017-06-11 17:43:19 -06:00
Ben Word
384d95871d Merge pull request #1890 from rfair404/rfair/update-docs-for-resources
Update inline documentation to reflect correct theme file locations
2017-06-11 17:40:59 -06:00
Ben Word
e170c3887c Add soberwp/controller 2017-06-11 17:30:42 -06:00
Julien Melissas
c304c3041d Optimize CSS Assets safe = true (#1901)
Related: https://github.com/roots/sage/pull/1610#issuecomment-182969178
oh word!
2017-06-06 13:15:34 -07:00
Ben
c21df9965f Update Autoprefixer and standardize browserlist location (#1899)
This updates Autoprefixer to 7.1.1, and also moves the browser target
list to package.json, in line with the recommendation made in this
article (https://evilmartians.com/chronicles/autoprefixer-7-browserslist-2-released)
from the developers of Autoprefixer and Browserslist.
2017-05-31 13:09:00 -07:00
Toby Schrapel
74b485be95 Do not redirect for WP-CLI (#1891) 2017-05-19 14:22:23 -07:00
Russell Fair
da353de6ee update inline documentation to reflect correct theme file locations 2017-05-03 17:26:51 +00:00
Léo Colombaro
62bba1bd23 illuminate: make with parameters (#1888)
Since Illuminate 5.4, `$container->make` with `$parameters` is `$container->makeWith` : 8fbb101a60/Container.php (L547-L568)

Related: 
* f242cb50e9
* 1fc0d2451e
2017-05-02 01:21:07 -07:00
Scott Walkinshaw
80c5a6a5d4 Merge pull request #1886 from schrapel/patch-1
Remove die/var_dump
2017-04-25 09:59:13 -04:00
Toby Schrapel
dfcac1e857 Remove die/var_dump 2017-04-25 08:54:27 -05:00
Sam Rapaport
d81b85ec48 Fix stylelint errors. 2017-04-24 11:42:59 -07:00
Sam Rapaport
17e7d76377 Add Stylelint linting for scss files. 2017-04-24 11:38:43 -07:00
Ben Word
b55a8621c0 Merge pull request #1884 from roots/beta3
Sage 9 Beta 3
2017-04-21 16:55:02 -06:00
Ben Word
4917135ed3 Beta 3 2017-04-21 14:13:20 -06:00
Nicolo Sacchi
b11cb99d64 Fixed production manifest path (#1881) 2017-04-17 19:47:43 -07:00
QWp6t
1f06230118 Update dependencies 2017-04-15 18:52:03 -07:00
QWp6t
99160be992 Move required theme files to sage/resources
* Resolves issue with WP only looking one-level deep for templates #1870
* get_template_dir() and related functions now point to sage/resources
* Use collect() when assembling views paths
* Update tree in README
2017-04-15 18:52:03 -07:00
Ben Word
bea1b34322 Merge pull request #1873 from ciromattia/patch-1
front_page -> frontpage
2017-04-05 11:18:58 -06:00
Ciro Mattia Gonano
3852cf8f4b front_page -> frontpage
Fix regression, see 6ca3b3faa7
2017-04-05 11:13:07 +02:00
Ben Word
146258899e Update README [ci skip] 2017-04-03 22:37:51 -06:00
Ben Word
fc541e74b5 Merge pull request #1869 from roots/src-to-app
Rename src/ to app/
2017-04-03 22:16:37 -06:00
Ben Word
3540e3831f Missed a path 2017-04-03 19:58:10 -06:00
Ben Word
80728a1b94 Move src/ to app/ 2017-04-03 19:46:52 -06:00
Ben Word
73b6b787e5 Merge pull request #1864 from roots/rename-base-to-app
Move assets/ to resources/assets/, move templates/ to resources/views/
2017-04-03 19:15:45 -06:00
Ben Word
5ac56aadf2 Fix redirect loop 2017-04-03 18:49:09 -06:00
Ben Word
c3e6f1324e assets/ -> resources/assets/ 2017-04-03 18:42:26 -06:00
Ben Word
700a556c02 templates/ -> resources/views/ 2017-04-03 18:40:55 -06:00