Привел в порядок блоки, папки, описание. Выпилил ненужное.
Showing
{ | { | ||
"name": "NTH-start-project", | "name": "NTH-start-project", | ||
"version": "2.0.1", | "version": "3.0.0", | ||
"description": "Start a library of blocks and technical solutions for HTML/CSS/js page layout.", | "description": "Start a library of blocks and technical solutions for HTML/CSS/js page layout.", | ||
"author": "Nikolay Gromov", | "author": "Nikolay Gromov", | ||
"license": "WTFPL", | "license": "WTFPL", | ||
... | @@ -10,7 +10,6 @@ | ... | @@ -10,7 +10,6 @@ |
}, | }, | ||
"scripts": { | "scripts": { | ||
"test:style": "stylelint \"src/**/*.scss\" --syntax=scss", | "test:style": "stylelint \"src/**/*.scss\" --syntax=scss", | ||
"test:orpho": "yaspeller -e \".md,.html\" ./src/", | |||
"start": "gulp", | "start": "gulp", | ||
"deploy": "cross-env NODE_ENV=production ./node_modules/.bin/gulp build && cross-env ./node_modules/.bin/gulp deploy", | "deploy": "cross-env NODE_ENV=production ./node_modules/.bin/gulp build && cross-env ./node_modules/.bin/gulp deploy", | ||
"build": "cross-env NODE_ENV=production npm start build", | "build": "cross-env NODE_ENV=production npm start build", | ||
... | @@ -33,7 +32,6 @@ | ... | @@ -33,7 +32,6 @@ |
"gulp-cleancss": "^0.2.2", | "gulp-cleancss": "^0.2.2", | ||
"gulp-concat": "^2.6.1", | "gulp-concat": "^2.6.1", | ||
"gulp-debug": "^3.1.0", | "gulp-debug": "^3.1.0", | ||
"gulp-file-include": "^1.0.0", | |||
"gulp-gh-pages": "^0.5.4", | "gulp-gh-pages": "^0.5.4", | ||
"gulp-html-beautify": "^1.0.1", | "gulp-html-beautify": "^1.0.1", | ||
"gulp-if": "^2.0.2", | "gulp-if": "^2.0.2", | ||
... | @@ -66,8 +64,7 @@ | ... | @@ -66,8 +64,7 @@ |
"postcss-inline-svg": "^3.0.0", | "postcss-inline-svg": "^3.0.0", | ||
"postcss-object-fit-images": "^1.1.2", | "postcss-object-fit-images": "^1.1.2", | ||
"stylelint": "^8.2.0", | "stylelint": "^8.2.0", | ||
"vinyl-buffer": "^1.0.0", | "vinyl-buffer": "^1.0.0" | ||
"yaspeller": "^4.0.0" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"ismobilejs": "^0.4.0", | "ismobilejs": "^0.4.0", | ||
... | ... |
src/blocks-demo.html
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File moved
File moved
File moved
File moved
File moved
src/blocks/logo/img/logo.svg
0 → 100644
src/blocks/logo/logo.pug
0 → 100644
src/blocks/logo/readme.md
0 → 100644
src/blocks/page/page.pug
0 → 100644
File moved
src/blocks/typo/typo.pug
0 → 100644
src/index.html
deleted
100644 → 0
src/index.pug
0 → 100644
Please
register
or
sign in
to comment