Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Toolchain
sgc
Commits
9a3acb3c
Commit
9a3acb3c
authored
Jan 08, 2015
by
Philipp Nowinski
Browse files
[FEATURE] add main sass file
parent
f2850df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/index.js
View file @
9a3acb3c
...
...
@@ -131,7 +131,14 @@ module.exports = yeoman.generators.Base.extend((function() {
answers
);
};
Generator
.
writeSass
=
function
()
{
this
.
fs
.
copy
(
this
.
templatePath
(
'
_main.scss
'
),
this
.
destinationPath
(
answers
.
sassPath
+
'
/main.scss
'
)
);
};
Generator
.
writeDependencyManagement
=
function
()
{
this
.
fs
.
copyTpl
(
this
.
templatePath
(
'
_package.json
'
),
...
...
Write
Preview
Supports
Markdown
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