diff options
author | David DeSandro <desandrocodes@gmail.com> | 2015-11-17 14:20:27 -0500 |
---|---|---|
committer | David DeSandro <desandrocodes@gmail.com> | 2015-11-17 14:20:27 -0500 |
commit | 5bf885e9ac2341e5046867f4f939eb1e43dac50b (patch) | |
tree | 50782e3ccc0e4becd002362b2936b5bae8dbe1d8 | |
parent | 24759023fcffb84abde888ad7566ce08450e54f0 (diff) | |
download | imagesloaded-origin/gh-pages.zip imagesloaded-origin/gh-pages.tar.gz imagesloaded-origin/gh-pages.tar.bz2 |
build pageorigin/gh-pages
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ npm install imports-loader } }; </code></pre> -<p>(This is hack is required because of an issue with how Webpack loads dependencies. <a href="https://github.com/webpack/webpack/issues/883">+1 this issue on GitHub</a> to help get this issue addressed.)</p> +<p>(This hack is required because of an issue with how Webpack loads dependencies. <a href="https://github.com/webpack/webpack/issues/883">+1 this issue on GitHub</a> to help get this issue addressed.)</p> <p>You can then <code>require('imagesloaded')</code>.</p> <pre><code class="lang-js"><span class="comment">// main.js</span> <span class="keyword">var</span> <span class="imagesloaded_keyword">imagesLoaded</span> = <span class="built_in">require</span>(<span class="string">'imagesLoaded'</span>); |