Skip to content

Commit

Permalink
Update underscore file path.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 17, 2014
1 parent 002291c commit dc3107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/layout/_header.blade.php
Expand Up @@ -24,7 +24,7 @@
$asset->style('jquery-ui', 'packages/orchestra/foundation/vendor/delta/theme/jquery-ui.css');
$asset->style('bootstrap', 'packages/orchestra/foundation/vendor/bootstrap/css/bootstrap.min.css');
$asset->style('orchestra', 'packages/orchestra/foundation/css/orchestra.css', array('bootstrap', 'select2'));
$asset->script('underscore', 'packages/orchestra/foundation/components/underscore.min.js');
$asset->script('underscore', 'packages/orchestra/foundation/components/underscore/underscore.js');
$asset->script('jquery', 'packages/orchestra/foundation/components/jquery/jquery.min.js');
$asset->script('javie', 'packages/orchestra/foundation/components/javie/javie.min.js', array('jquery', 'underscore')); ?>

Expand Down

0 comments on commit dc3107f

Please sign in to comment.