mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(build): rename ionic directory to src and update all references in the build process.
This commit is contained in:
@ -55,7 +55,7 @@ module.exports = function(gulp, flags) {
|
||||
});
|
||||
}
|
||||
|
||||
return gulp.src('ionic/**/*.scss')
|
||||
return gulp.src('src/**/*.scss')
|
||||
.pipe(es.map(function(file, callback) {
|
||||
var contents = file.contents.toString();
|
||||
var variableLine, variableName, defaultValue, multiline;
|
||||
|
Reference in New Issue
Block a user