Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
3d635f30
Commit
3d635f30
authored
10 years ago
by
Gleb Mazovetskiy
Browse files
Options
Download
Email Patches
Plain Diff
Update grunt/bs-sass-compile/ to point to _bootstrap.scss
parent
2916ac43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
grunt/bs-sass-compile/libsass.js
+1
-1
grunt/bs-sass-compile/libsass.js
grunt/bs-sass-compile/sass.js
+1
-1
grunt/bs-sass-compile/sass.js
with
2 additions
and
2 deletions
+2
-2
grunt/bs-sass-compile/libsass.js
+
1
-
1
View file @
3d635f30
...
@@ -12,7 +12,7 @@ module.exports = function configureLibsass(grunt) {
...
@@ -12,7 +12,7 @@ module.exports = function configureLibsass(grunt) {
},
},
core
:
{
core
:
{
files
:
{
files
:
{
'
dist/css/<%= pkg.name %>.css
'
:
'
scss/<%= pkg.name %>.scss
'
'
dist/css/<%= pkg.name %>.css
'
:
'
scss/
_
<%= pkg.name %>.scss
'
}
}
},
},
docs
:
{
docs
:
{
...
...
This diff is collapsed.
Click to expand it.
grunt/bs-sass-compile/sass.js
+
1
-
1
View file @
3d635f30
...
@@ -15,7 +15,7 @@ module.exports = function configureRubySass(grunt) {
...
@@ -15,7 +15,7 @@ module.exports = function configureRubySass(grunt) {
core
:
{
core
:
{
options
:
options
,
options
:
options
,
files
:
{
files
:
{
'
dist/css/<%= pkg.name %>.css
'
:
'
scss/<%= pkg.name %>.scss
'
'
dist/css/<%= pkg.name %>.css
'
:
'
scss/
_
<%= pkg.name %>.scss
'
}
}
},
},
docs
:
{
docs
:
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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