Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Configuration implements ConfigurationInterface
const DEFAULT_BOOTSTRAP_TEMPLATE_SASS = 'BraincraftedBootstrapBundle:Bootstrap:bootstrap.scss.twig';

/** @var string */
const DEFAULT_JQUERY_PATH = '%kernel.root_dir%/../vendor/jquery/jquery/jquery-1.11.1.js';
const DEFAULT_JQUERY_PATH = '%kernel.root_dir%/../vendor/frameworks/jquery/jquery.js';

/** @var string */
const DEFAULT_FONTS_DIR = '%kernel.root_dir%/../web/fonts';
Expand Down