Guy Bedford
74b36e690e
Create README.md
2017-06-14 16:10:14 +02:00
Guy Bedford
00c16ad874
add sponsorship note
2017-06-14 16:09:30 +02:00
guybedford
c33583d16b
production build and resolution docs
2017-01-25 12:08:18 +02:00
guybedford
0d7519d179
docs changes
2017-01-25 11:33:15 +02:00
guybedford
96f9ec1edf
release notes link
2017-01-24 14:30:21 +02:00
guybedford
bf66513832
remove broken link, wasm note
2017-01-23 10:38:17 +02:00
guybedford
9bc4fe2936
docs updates
2017-01-23 10:38:17 +02:00
guybedford
9e319675ec
documentation updates
2017-01-23 10:38:16 +02:00
Bret Little
cf983f0ba5
Add a link to the svelte plugin
2016-12-06 09:14:41 -07:00
Guy Bedford
8b6c61cbc9
0.20.0-alpha.1 note
2016-11-26 16:54:27 +02:00
John Pizzo
1d50acf259
Make the README.md more understandable
...
I found my self slightly confused while reading one portion of the `README.md`. I propose the following update to wording in order to eliminate this moment of confusion for any future readers of the read me |:^).
2016-09-07 15:28:26 -04:00
Casper Lamboo
09a7c2a8aa
Added plugin worker to plugin list
2016-08-22 13:42:15 +02:00
Guy Bedford
c113dc613a
add less plugin
2016-07-26 16:34:56 +02:00
guybedford
1aeb69d7fa
readme updates
2016-06-24 13:39:19 +02:00
Guy Bedford
ed4a3fea07
update supporter link
2016-05-15 17:02:05 +02:00
Guy Bedford
ddb06aa6db
Merge pull request #1204 from KevCJones/patch-2
...
Update to add alternative sass/scss plugin
2016-04-10 17:29:51 +02:00
guybedford
978f7bbc56
promises performance note
2016-04-10 17:01:52 +02:00
Kevin C Jones
cb3fd27a0e
Update to add alternative sass/scss plugin
...
Just putting this out there, an alternative sass/scss plugin, born from needing to capture the CSS output and inject where you want, not the 'head', e.g. Angular 2's @Component style attribute.
2016-04-09 22:12:39 +01:00
guybedford
be7f0dba0c
update polyfill notes
2016-04-01 15:49:30 +02:00
guybedford
cfef109e28
update plugin list
2016-03-12 14:20:36 +02:00
Bret Little
918784ce83
Update plugins
...
* Add sofe as an available plugin
* Alphebetize the plugin list
2016-03-09 13:38:17 -07:00
Alex R
36f0a9ddcf
New Support SystemJS badge
2016-02-18 21:47:35 +01:00
Guy Bedford
e44c760c76
Merge pull request #1060 from laurentgoudet/patch-1
...
Add plugin-lazyimage to README
2016-01-28 10:55:22 +02:00
Guy Bedford
6b61272a02
add svg and yaml plugins
2016-01-28 00:06:07 +02:00
Paul Irish
d1bbd10385
readme: link to HTML Imports loader
2016-01-27 13:43:38 -08:00
Laurent Goudet
b1366a29d2
Add plugin-lazyimage to README
...
I had the use case of creating a lazy version of [plugin-image](https://github.com/systemjs/plugin-image ) to improve the page load time of a page with a carousel. Using SystemJS plugins is nice as it ties the code implementing the behavior, here the carousel, with the assets needed (the images and/or the css). However, plugin-image was blocking the carousel code to be executed until all the images were fully loaded. Using `System.import`s instead of `import`s would have only solved half of the issue, since it returns only when the images are fully loaded (no progressive rendering), and the module's dependencies can't be statically traced anymore (which I use to detect unused files). Please advice if there's a better approach.
2016-01-26 16:20:51 +01:00
Sean Anderson
983d315648
Indent hyperlinks
...
It was difficult to see that "Creating plugins" was a separate hyperlink because it was adjacent to "Using plugins." I've moved them to separate lines.
2015-12-22 12:09:54 -08:00
Justin Schroeder
d6ba4b3415
Typo fix
...
Just a minor typo fix, `wil` to `will`
2015-12-02 10:20:31 -05:00
Guy Bedford
ba55f87d04
update paths link
2015-11-18 12:25:43 +02:00
guybedford
4a016b6d72
leave tip button
2015-11-06 19:08:31 +02:00
guybedford
44cb75390d
update Node example
2015-11-05 20:08:16 +02:00
Oz
3a2ea6475f
add an audio plugin
2015-10-29 19:40:55 +02:00
Teoh Han Hui
89291d0242
Update link to plugins doc in README
2015-10-26 23:46:24 +08:00
Guy Bedford
aad9e3feea
polyfills note
2015-10-14 16:31:13 +02:00
Peter Müller
5bf0020ba0
Added information about node runtime loading using jspm for config
2015-10-07 23:04:40 +02:00
guybedford
ec859c6ba2
0.19.0
2015-09-18 14:53:02 +02:00
guybedford
11a61ef747
list sass plugin
2015-09-18 11:36:19 +02:00
Spencer Killen
1167a173eb
comma
2015-08-27 13:35:04 -06:00
Max Battcher
f638c59f8e
Add Jade VirtualDOM to list of additional plugins
2015-08-25 00:14:15 -04:00
guybedford
37c051c1d7
integrity, nonce test tweaks
2015-08-18 11:34:41 +02:00
Guy Bedford
8296f4350d
include jst plugin
2015-07-17 14:39:13 +02:00
Matthew Bauer
b7365866d1
Add raw plugin to list of plugins.
...
Raw plugin allows loading files as ArrayBuffers.
2015-07-08 11:22:53 -05:00
Guy Bedford
2079aa7ae5
document polyfills in readme
2015-06-22 21:40:18 +02:00
guybedford
ba0ebc0ca8
0.18.0
2015-06-16 16:27:39 +02:00
guybedford
a0f4d0ec89
add travis builds
2015-06-15 17:55:29 +02:00
guybedford
4f6583daa4
update docs for typescript
2015-06-04 14:50:09 +02:00
guybedford
e182da3249
docs
2015-06-04 14:50:09 +02:00
Davis Kim
91fd8b152d
add Handlebars plugin
...
I've created a plugin that handles Handlebars (not Ember Handlebars)
2015-05-30 16:40:02 +02:00
Guy Bedford
e51c2c25ab
Update README.md
2015-04-27 16:49:20 +02:00
Guy Bedford
0436e68694
Update README.md
2015-04-27 16:48:27 +02:00