Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
8e3d98ff
Commit
8e3d98ff
authored
Feb 23, 2016
by
Nick Stenning
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix legacy homepage
parent
dd2f2eb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gulpfile.js
gulpfile.js
+4
-0
legacy-site.js
h/static/scripts/legacy-site.js
+2
-0
No files found.
gulpfile.js
View file @
8e3d98ff
...
@@ -80,6 +80,10 @@ var appBundles = [{
...
@@ -80,6 +80,10 @@ var appBundles = [{
// Admin areas of the site
// Admin areas of the site
name
:
'admin-site'
,
name
:
'admin-site'
,
entry
:
'./h/static/scripts/admin-site'
,
entry
:
'./h/static/scripts/admin-site'
,
},{
// Legacy site bundle (for old homepage)
name
:
'legacy-site'
,
entry
:
'./h/static/scripts/legacy-site'
,
}];
}];
var
appBundleConfigs
=
appBundles
.
map
(
function
(
config
)
{
var
appBundleConfigs
=
appBundles
.
map
(
function
(
config
)
{
...
...
h/static/scripts/legacy-site.js
0 → 100644
View file @
8e3d98ff
window
.
$
=
window
.
jQuery
=
require
(
'jquery'
);
require
(
'bootstrap'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment