Squashed 'Themes/Flatly/' content from commit e37dc9d
git-subtree-dir: Themes/Flatly git-subtree-split: e37dc9d91e2dc72a3bd0a69ee3f1b7597945517c
parents
Showing
.bowerrc
0 → 100644
.gitignore
0 → 100644
assets/css/main.css
0 → 100644
This diff is collapsed.
assets/css/main.css.map
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
assets/favicon.ico
0 → 100644
12.6 KB
assets/fonts/FontAwesome.otf
0 → 100644
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
File added
assets/js/all.js
0 → 100644
This diff is collapsed.
assets/js/all.js.map
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
bower.json
0 → 100644
changelog.yml
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "asgardcms/flatly-theme", | ||
"type": "asgard-theme", | ||
"description": "An AsgardCMS Flatly bootswatch theme", | ||
"keywords": [ | ||
"asgard-cms" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Nicolas Widart", | ||
"email": "info@asgardcms.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4", | ||
"composer/installers": "~1.0" | ||
}, | ||
"scripts": { | ||
"post-install-cmd": [ | ||
"php artisan stylist:publish" | ||
], | ||
"post-update-cmd": [ | ||
"php artisan stylist:publish" | ||
] | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-2.0": "2.0.x-dev" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} |
elixir.json
0 → 100644
gulpfile.js
0 → 100644
package.json
0 → 100644
{ | ||
"devDependencies": { | ||
"gulp": "^3.8.8", | ||
"gulp-shell": "^0.3.0", | ||
"laravel-elixir": "^5.0.0" | ||
} | ||
} |
readme.md
0 → 100644
resources/js/bootswatch.js
0 → 100644
resources/less/main.less
0 → 100644
This diff is collapsed.
theme.json
0 → 100644
views/blog/index.blade.php
0 → 100644
views/blog/show.blade.php
0 → 100644
views/default.blade.php
0 → 100644
views/home.blade.php
0 → 100644
views/index.blade.php
0 → 100644