Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elliottlandsborough/laravel-sass-compiler
Compile SASS with laravel (5.1, out of date)
https://github.com/elliottlandsborough/laravel-sass-compiler
Last synced: about 1 month ago
JSON representation
Compile SASS with laravel (5.1, out of date)
- Host: GitHub
- URL: https://github.com/elliottlandsborough/laravel-sass-compiler
- Owner: ElliottLandsborough
- Created: 2015-08-27T10:25:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T10:38:28.000Z (about 9 years ago)
- Last Synced: 2023-03-29T04:04:05.395Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sass Compile 1337
## Requirements
- PHP >= 5.5.9
- composer## How to install
- git clone
- cd into root directory
- composer install
- php artisan serve --host=127.0.0.1 --port=5000
- visit http://127.0.0.1:5000/form## Things that need to be done
- Create directory: /public/css-compiled
- Create directory: /public/sass-compile
- cd /public/sass-compile
- git clone https://github.com/RaisingIT/codeclips.git ./## files of interest
- resources/views/form.blade.php - the frontend for the form
- app/Http/Controllers/SassController.php - where the sass compilation magic happens
- app/Http/routes.php - the routing - only edit if you need to add extra pages
- public/sass-compile/main.scss - this is where the scss is stored