Commit Graph

29 Commits

Author SHA1 Message Date
Jan Grzegorowski
a429115fb2 Pass config.open to browsersync-webpack-plugin 2017-07-01 19:39:12 -07:00
a67d5001f3 Minimize webpack output 2017-07-01 18:16:27 -07:00
093d1f724d Refactor module (loader) rules
- Removed unnecessary url-loader targeting .woff files
- Replaced file-loader with url-loader (file is fallback for url)
- PostCSS plugins are all loaded manually vs postcss.config.js
2017-07-01 12:49:47 -07:00
d79504bf48 Revert to latest stable version of file-loader 2017-07-01 07:09:40 -07:00
39ac9e7ecc Implement autoload system for styles/scripts 2017-07-01 04:52:49 -07:00
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
Ben Word
8172de691f Merge pull request #1903 from roots/add-controller
Add soberwp/controller
2017-06-22 19:37:07 -05:00
Darren Jacoby
ca808db748 Controller examples 2017-06-21 17:29:41 +02:00
Raquelle Fahle
98e4d4d09d Change syntax of template call to match other files in views/ 2017-06-14 16:41:42 -05: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
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
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
4917135ed3 Beta 3 2017-04-21 14:13:20 -06: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
80728a1b94 Move src/ to app/ 2017-04-03 19:46:52 -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