Commit Graph

21 Commits

Author SHA1 Message Date
QWp6t
99752388bc Ignore yarn-error.log file 👀 2016-12-08 11:53:13 -08:00
Lukas Besch
7c440a94ae gitignore composer vendor directory
`composer create-project` (see 6a6ff88536
) adds vendor directory which we do not want to have in version control.
2016-02-14 22:48:03 +01:00
Austin Pray
fc627d43ac Adds travis 2014-12-24 17:45:47 -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
Ben Word
e8822a2d67 Asset improvements (gulp)
Ref #1149 & https://github.com/roots/roots/blob/assets-improvements/lib/assets.php
2014-10-27 18:45:35 -05:00
Ben Word
5b22f0bd9d Introduce src/ and dist/ folders
Separate minifying/renaming of files to prod-only tasks

Add tasks for copying jQuery and fonts

Ref #1138, #1070, #1155
2014-10-27 12:16:01 -05:00
Ben Word
534fef3262 Use gulp-rev for versioning CSS and JS 2014-08-24 16:51:08 -05:00
Ben Word
be14fdb69c Use grunt-wp-assets 2014-03-30 23:01:59 -05:00
Ben Word
5b23b7fb96 Replace grunt-wp-assets with grunt-filerev and grunt-filerev-assets
By writing to assets-manifest.json with grunt-filerev-assets, it's
no longer necessary to commit changes to lib/scripts.php when developing
2014-02-21 23:14:12 -06:00
Ben Word
7b255992cf Ref #933 - dev and build tasks for Grunt
Dev: don't minify
Build: minify, lean Modernizr build

Dev assets will load if you have defined your WP_ENV as development
If you don't use Bedrock, you'll need to add this to your wp-config.php:

define('WP_ENV', 'development');

TODO: lib/scripts.php shouldn't need to be committed for changes after
running the version task
2014-02-21 21:59:09 -06:00
Hariadi Hinta
77e2fdb4bd Use grunt-wp-assets for version task
* default use filename version revving instead of querystring
* versioning file will be ignore
2014-02-20 11:17:36 +08:00
Ben Word
645cf9939b Load Bootstrap via Bower
TODO:
- Update README
- Use grunt-bower-task?
2014-02-02 22:10:00 -06:00
Ben Word
72cc5550d1 Ignore LESS source map 2014-01-02 23:10:06 -06:00
Kevin Martensson
b7d9f187aa Add support for grunt 0.4.0 2013-02-22 20:17:48 +01:00
Ben Word
c0f8559cc2 Update .gitignore 2012-10-02 18:35:35 -05:00
Ben Word
0ed246ec55 Add updates from H5BP 2012-06-11 21:00:12 -06:00
Ben Word
8a3b2cf142 Add updates from H5BP 2012-04-29 20:01:47 -06:00
Ben Word
fbd3ecc57f h5bp updates, style.css now using stripped version + reorganized 2011-11-30 14:14:55 -07:00
Nikolas Grottendieck
a4b172bf41 Updated translations based on feedback, fixed typo. 2011-10-13 16:56:38 +02:00
Scott Walkinshaw
bd818facc2 Removed gitignore and default less classes 2011-07-19 14:06:45 -06:00
robboles
f2650112b2 Added Less Framework 4
Addition of the Less Framework 4 (http://lessframework.com/) to CSS frameworks on top of changes to the CSS frameworks code refactoring by swalkinshaw in commit 539198a.
2011-07-12 15:08:55 -05:00