Closed beatgammit closed 10 years ago
Added a test that uses config.js to specify where external dependencies are. Directory structure:
extra
{paths: { extra: "deps/extra/extra" } }
I relatively new to gulp, requirejs and CoffeeScript, so this test may need to be modified. The intent of the test is to emulate a relatively complex bower + requirejs setup.
gulp
requirejs
bower
Added a test that uses config.js to specify where external dependencies are. Directory structure:
extra
{paths: { extra: "deps/extra/extra" } }
I relatively new to
gulp
,requirejs
and CoffeeScript, so this test may need to be modified. The intent of the test is to emulate a relatively complexbower
+requirejs
setup.