Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
bootstrap
Commits
fae8c5d0
Commit
fae8c5d0
authored
Apr 28, 2015
by
XhmikosR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add package.js in Grunt tasks.
parent
3e7ca3bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Gruntfile.js
Gruntfile.js
+1
-1
package.js
package.js
+3
-0
No files found.
Gruntfile.js
View file @
fae8c5d0
...
@@ -63,7 +63,7 @@ module.exports = function (grunt) {
...
@@ -63,7 +63,7 @@ module.exports = function (grunt) {
options
:
{
options
:
{
jshintrc
:
'
grunt/.jshintrc
'
jshintrc
:
'
grunt/.jshintrc
'
},
},
src
:
[
'
Gruntfile.js
'
,
'
grunt/*.js
'
]
src
:
[
'
Gruntfile.js
'
,
'
package.js
'
,
'
grunt/*.js
'
]
},
},
core
:
{
core
:
{
src
:
'
js/*.js
'
src
:
'
js/*.js
'
...
...
package.js
View file @
fae8c5d0
// package metadata file for Meteor.js
// package metadata file for Meteor.js
/* jshint strict:false */
/* global Package:true */
Package
.
describe
({
Package
.
describe
({
name
:
'
twbs:bootstrap
'
,
// http://atmospherejs.com/twbs/bootstrap
name
:
'
twbs:bootstrap
'
,
// http://atmospherejs.com/twbs/bootstrap
summary
:
'
The most popular front-end framework for developing responsive, mobile first projects on the web.
'
,
summary
:
'
The most popular front-end framework for developing responsive, mobile first projects on the web.
'
,
...
...
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