Commit Graph

14 Commits

Author SHA1 Message Date
Guy Sartorelli f102de956f
MNT Move docs to new repository (#10394) 2022-07-12 12:46:13 +12:00
William Desportes 43777d1df2
FIX Update .gitattributes and some http:// links (#9805)
* Fix .gitattributes

* Make some readme links https
2020-12-22 15:57:32 +13:00
Christopher Joe fe319e85cc FIX Amend rules to ignore test files only 2017-12-20 11:13:07 +13:00
Christopher Joe aff4babfa5 Feature Set .gitattributes to ignore docs and tests folder, and some source asset files which are not needed 2017-12-14 15:17:56 +13:00
Ingo Schommer f6a4a059fa Moved frontend code from dist/ to src/
We no longer compile it, so it’s technically the “source” now
2017-03-15 11:07:17 +13:00
Daniel Hensby 4e1d38c209
Merge branch '3' 2016-09-14 11:49:07 +01:00
Daniel Hensby 90a01870ea
Merge branch '3.1' into 3.2 2016-09-14 11:39:00 +01:00
Daniel Hensby a14df0bc2d
FIX Force line endings to LF on sake file 2016-09-12 14:15:07 +01:00
Ingo Schommer 525e3d058d Remove src/ from .gitattributes, it's needed for the build
We're running "composer install --prefer-dist" in travis,
and the ES6 classes in src/ are relied upon by other modules.
2016-04-26 08:51:48 +12:00
Ingo Schommer 19de22f427 API Moved frontend assets into admin/client/
admin/javascript => admin/client
admin/javascript/src => admin/client/src/legacy (mostly)
admin/scss/_variables.scss => admin/client/styles/_variables.scss
admin/scss => admin/client/styles/legacy/
admin/css/editor.css => admin/client/dist/css/editor.css
admin/css/screen.css => admin/client/dist/css/bundle.css
admin/images => admin/client/dist/images
admin/images/sprites/src => admin/client/src/sprites
admin/images/sprites/dist => admin/client/dist/sprites
admin/font => admin/client/dist/font
2016-04-20 21:13:10 +12:00
Ingo Schommer 573e7844ac Don't show diff for compiled CSS files 2016-04-06 10:57:57 +12:00
Damian Mooyman d4521cbc92 Update gitattributes and Rebuild bundles 2016-01-26 13:14:48 +13:00
David Craig 2140025c20 Implement RFC-7 JavaScript module loader
- Adds ES6 support via Babel
- Transforms existing JavaScript to UMD modules
- Adds module bundling via Browserify
- Existing JavaScript converted to UMD modules
- lib.js and leftandmain.js are bundled using browserify
- JavaScript minifying of bundles handed by gulp
2016-01-26 11:39:20 +13:00
Sam Minnee a58e59565b FIX: docs not included in composer package installs (through export-ignore git attribute)
This change will improve the performance of package-download-based installs of composer packages, by
excluding docs. It does this by exlcuding them from the output of the "git archive" command.

The suggestion came from https://github.com/composer/composer/issues/1750
2015-06-19 12:01:41 +01:00