1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

remove duplicate files

This commit is contained in:
Horst3180
2016-04-05 16:19:46 +02:00
parent bf1883a538
commit 428f89c38c
38 changed files with 87 additions and 417 deletions

View File

@@ -1 +0,0 @@
stable

View File

@@ -1,16 +0,0 @@
This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
#### Editing the theme
* Install `nvm` (https://github.com/creationix/nvm)
* Run `nvm i` from the directory containing `.nvmrc`
* Run `npm i` from the directory containing `gulpfile.js`. It's the same directory as the one that contains `.nvmrc` in this case.
* Install `gulp` with `npm i -g gulp`
* Edit the sass/*.scss files
* Regenerate the .css files by executing `gulp` from the directory that contains `gulpfile.js`

View File

@@ -1,18 +0,0 @@
var gulp = require("gulp");
var sass = require("gulp-sass");
var filter = require('gulp-filter');
gulp.task('sass', function () {
return gulp.src('sass/*.scss')
.pipe(sass({
outputStyle: 'nested',
precision: 5,
onError: function (err) {
notify().write(err);
}
}))
.pipe(gulp.dest('.'))
});
gulp.task('default', ['sass']);

View File

@@ -1,7 +0,0 @@
{
"devDependencies": {
"gulp": "~3.9.0",
"gulp-filter": "~2.0.2",
"gulp-sass": "~2.0.4"
}
}

View File

@@ -1 +0,0 @@
stable

View File

@@ -1,16 +0,0 @@
This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
#### Editing the theme
* Install `nvm` (https://github.com/creationix/nvm)
* Run `nvm i` from the directory containing `.nvmrc`
* Run `npm i` from the directory containing `gulpfile.js`. It's the same directory as the one that contains `.nvmrc` in this case.
* Install `gulp` with `npm i -g gulp`
* Edit the sass/*.scss files
* Regenerate the .css files by executing `gulp` from the directory that contains `gulpfile.js`

View File

@@ -1,18 +0,0 @@
var gulp = require("gulp");
var sass = require("gulp-sass");
var filter = require('gulp-filter');
gulp.task('sass', function () {
return gulp.src('sass/*.scss')
.pipe(sass({
outputStyle: 'nested',
precision: 5,
onError: function (err) {
notify().write(err);
}
}))
.pipe(gulp.dest('.'))
});
gulp.task('default', ['sass']);

View File

@@ -1,7 +0,0 @@
{
"devDependencies": {
"gulp": "~3.9.0",
"gulp-filter": "~2.0.2",
"gulp-sass": "~2.0.4"
}
}

View File

@@ -1 +0,0 @@
stable

View File

@@ -1,16 +0,0 @@
This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
#### Editing the theme
* Install `nvm` (https://github.com/creationix/nvm)
* Run `nvm i` from the directory containing `.nvmrc`
* Run `npm i` from the directory containing `gulpfile.js`. It's the same directory as the one that contains `.nvmrc` in this case.
* Install `gulp` with `npm i -g gulp`
* Edit the sass/*.scss files
* Regenerate the .css files by executing `gulp` from the directory that contains `gulpfile.js`

View File

@@ -1,18 +0,0 @@
var gulp = require("gulp");
var sass = require("gulp-sass");
var filter = require('gulp-filter');
gulp.task('sass', function () {
return gulp.src('sass/*.scss')
.pipe(sass({
outputStyle: 'nested',
precision: 5,
onError: function (err) {
notify().write(err);
}
}))
.pipe(gulp.dest('.'))
});
gulp.task('default', ['sass']);

View File

@@ -1,7 +0,0 @@
{
"devDependencies": {
"gulp": "~3.9.0",
"gulp-filter": "~2.0.2",
"gulp-sass": "~2.0.4"
}
}