BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f1e25f25
Commit
f1e25f25
authored
Oct 26, 2011
by
Nihad Abbasov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move lib assets to vendor directory
parent
3228b627
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
0 deletions
+5
-0
application.js
app/assets/javascripts/application.js
+3
-0
application.css
app/assets/stylesheets/application.css
+2
-0
jquery-ui.js
vendor/assets/javascripts/jquery-ui.js
+0
-0
jquery.cookie.js
vendor/assets/javascripts/jquery.cookie.js
+0
-0
jquery.ui.selectmenu.js
vendor/assets/javascripts/jquery.ui.selectmenu.js
+0
-0
jquery-ui.css
vendor/assets/stylesheets/jquery-ui/jquery-ui.css
+0
-0
jquery.ui.selectmenu.css
vendor/assets/stylesheets/jquery-ui/jquery.ui.selectmenu.css
+0
-0
No files found.
app/assets/javascripts/application.js
View file @
f1e25f25
...
...
@@ -5,7 +5,10 @@
// the compiled file.
//
//= require jquery
//= require jquery-ui
//= require jquery_ujs
//= require jquery.ui.selectmenu
//= require jquery.cookie
//= require_tree .
$
(
function
(){
...
...
app/assets/stylesheets/application.css
View file @
f1e25f25
...
...
@@ -2,6 +2,8 @@
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require jquery-ui/jquery-ui
*= require jquery-ui/jquery.ui.selectmenu
*= require_self
*= require_tree .
*/
app/assets/javascripts/jquery-ui-1.8.16.custom.min
.js
→
vendor/assets/javascripts/jquery-ui
.js
View file @
f1e25f25
File moved
app
/assets/javascripts/jquery.cookie.js
→
vendor
/assets/javascripts/jquery.cookie.js
View file @
f1e25f25
File moved
app
/assets/javascripts/jquery.ui.selectmenu.js
→
vendor
/assets/javascripts/jquery.ui.selectmenu.js
View file @
f1e25f25
File moved
vendor/assets/stylesheets/jquery
_ui/jquery-ui-1.8.16.custom
.css
→
vendor/assets/stylesheets/jquery
-ui/jquery-ui
.css
View file @
f1e25f25
File moved
app/assets/stylesheets
/jquery.ui.selectmenu.css
→
vendor/assets/stylesheets/jquery-ui
/jquery.ui.selectmenu.css
View file @
f1e25f25
File moved
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