Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
Overview
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Commits
31798823
Commit
31798823
authored
Nov 21, 2014
by
Jeffrey Way
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Bower
parent
ccaa7b18
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletions
+17
-1
.bowerrc
+7
-0
bower.json
+7
-0
gulpfile.js
+3
-1
No files found.
.bowerrc
0 → 100644
View file @
31798823
{
"directory": "vendor/bower_components",
"scripts": {
"postinstall": "gulp publish"
}
}
\ No newline at end of file
bower.json
0 → 100644
View file @
31798823
{
"name"
:
"Laravel Framework"
,
"dependencies"
:
{
"bootstrap-sass-official"
:
"~3.3.1"
}
}
\ No newline at end of file
gulpfile.js
View file @
31798823
...
...
@@ -13,5 +13,6 @@ var elixir = require('laravel-elixir');
elixir
(
function
(
mix
)
{
mix
.
sass
(
"bootstrap.scss"
)
.
phpUnit
();
.
phpUnit
()
.
publish
(
"vendor/bower_components"
);
});
\ No newline at end of file
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