Skip to content

Commit

Permalink
Merge branch 'master' of code.area17.com:a17/subfolio-kohana
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbaldessin committed Mar 2, 2017
2 parents 2082e9a + b69bbf6 commit 867ada4
Show file tree
Hide file tree
Showing 91 changed files with 232 additions and 612 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ engine/application/logs/*
engine/info/disabled.php engine/info/disabled.php
.DS_Store .DS_Store
.htaccess .htaccess
directory/*
39 changes: 38 additions & 1 deletion README.md
@@ -1,3 +1,40 @@
# Default Theme Development

## Front-end Workflow

FE workflow is using Grunt.
Default theme is located here : config/themes/default/

First time working on the project run :

```
grunt init
```

When doings devs run :

```
grunt dev
```

Main CSS file is main.css, this one is versioned unminified.

## Deploying to staging

```
grunt staging
```

This task will create a /dist folder inside the theme/default folder.
This /dist folder will contain everything that should be send to production : images, fonts, JS, CSS, PHP.
At last, the task will sftp the content of this dist folder to staging using SFTP-DEPLOY task : https://github.com/thrashr888/grunt-sftp-deploy

If you only want to create the dist folder (without sftp the content) :

```
grunt before_deploy
```

# About Subfolio # About Subfolio


Subfolio provides an elegant, practical and customizable web interface to your file system. Super fast to set-up and use, you’ll be up and running in minutes. Flexible and feature-rich, you’ll soon be inventing new ways to use it. Subfolio provides an elegant, practical and customizable web interface to your file system. Super fast to set-up and use, you’ll be up and running in minutes. Flexible and feature-rich, you’ll soon be inventing new ways to use it.
Expand Down Expand Up @@ -29,4 +66,4 @@ If you have a problem, question, suggestion or to see full documentation, please
To download Subfolio Enhancers, please visit: To download Subfolio Enhancers, please visit:
https://github.com/area17/subfolio-enhancers https://github.com/area17/subfolio-enhancers


(c) 2009-2016 Subfolio by AREA 17. All rights reserved. (c) 2009-2017 Subfolio by AREA 17. All rights reserved.
306 changes: 50 additions & 256 deletions config/themes/default/css/icons.css

Large diffs are not rendered by default.

Empty file removed config/themes/default/css/info.css
Empty file.

0 comments on commit 867ada4

Please sign in to comment.