Skip to content

Commit

Permalink
Merge branch 'release/1.1' into dev
Browse files Browse the repository at this point in the history
Conflicts:
	public/includes/components/component-heading.php
  • Loading branch information
Bearded Avenger committed Aug 16, 2014
2 parents 394c2cd + 88f9093 commit da46b2e
Show file tree
Hide file tree
Showing 33 changed files with 824 additions and 672 deletions.
28 changes: 11 additions & 17 deletions Gruntfile.js
Expand Up @@ -8,31 +8,25 @@ module.exports = function(grunt) {
// watch our project for changes
watch: {
less: {
files: ['public/assets/less/*/**','admin/assets/css/*/**'],
tasks: ['less']
},
js: {
files: [
'<%= jshint.all %>'
],
tasks: ['jshint', 'uglify']
files: ['public/assets/less/*/**','admin/assets/less/*/**'],
tasks: ['less:adminLess']
},
livereload: {
options: { livereload: true },
files: ['public/assets/**/*', '**/*.html', '**/*.php', 'public/assets/img/**/*.{png,jpg,jpeg,gif,webp,svg}']
files: ['admin/assets/**/*','public/assets/**/*', '**/*.html', '**/*.php', 'public/assets/img/**/*.{png,jpg,jpeg,gif,webp,svg}']
}
},
// style (Sass) compilation via Compass
// less compiling
less: {

adminLess: {
options: {
paths: ["admin/assets/css/*"],
cleancss:true
},
files: {
"admin/assets/css/style.css": "admin/assets/css/style.less"
}
options: {
paths: ["admin/assets/less/*/**"],
cleancss:true
},
files: {
"admin/assets/css/aesop-admin.css": "admin/assets/less/style.less"
}
},
coreLess: {
options: {
Expand Down
1 change: 1 addition & 0 deletions admin/assets/css/aesop-admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion admin/assets/css/style.css

This file was deleted.

0 comments on commit da46b2e

Please sign in to comment.