mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2026-01-23 15:11:38 +00:00
Convert Assets
Assets have been converted as follows: - Change to gulp instead of grunt for build system - Remove bower and manage with npm instead - Change to postcss instead of sass - Change to Pure.css instead of foundation (lighter weight) - Update Icon Font - Initial rework of site styling (layout will be committed with updated style later) - Removed extra js which was not really needed - Built js and css will be in the assets/dist directory This really should have been probably 20 commits with a rebase or something...
This commit is contained in:
@@ -1,10 +1,26 @@
|
||||
{
|
||||
"name": "foundation-libsass-template",
|
||||
"version": "0.0.1",
|
||||
"name": "arsenetar.github.io",
|
||||
"version": "0.0.2",
|
||||
"description": "Assets for the blog arsenetar.github.io (blog.voltaicideas.net).",
|
||||
"author": "Andrew Senetar <arsenetar@gmail.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/arsenetar/arsenetar.github.io"
|
||||
},
|
||||
"private": "true",
|
||||
"devDependencies": {
|
||||
"node-sass": "~0.7.0",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt-sass": "~0.8.0"
|
||||
"cssnext": "^1.6.0",
|
||||
"csswring": "^3.0.5",
|
||||
"del": "^1.2.0",
|
||||
"gulp": "^3.8.11",
|
||||
"gulp-concat": "^2.5.2",
|
||||
"gulp-postcss": "^5.1.8",
|
||||
"gulp-sourcemaps": "^1.5.2",
|
||||
"gulp-uglify": "^1.2.0",
|
||||
"postcss-import": "^5.2.2",
|
||||
"postcss-mixins": "^0.3.0",
|
||||
"postcss-nested": "^0.3.2",
|
||||
"purecss": "^0.6.0",
|
||||
"run-sequence": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user