Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
v1.3.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
lealife committed Oct 30, 2015
1 parent c3d9f88 commit fc8d355
Show file tree
Hide file tree
Showing 52 changed files with 22,939 additions and 32,951 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ The repository contains leanote source and dependencies, just for developers.

## Current version

* leanote-v1.3
* leanote-v1.3.1
* revel 0.12
* [mgo](http://blog.labix.org/2015/01/24/readying-mgo-for-mongodb-3-0) support for mongodb-3.0

## leanote-v1.3
## leanote-v1.3.1
* Note batch operation

## How to install leanote
Expand Down
6 changes: 3 additions & 3 deletions src/github.com/leanote/leanote/Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ gulp.task('minifycss', function() {
});

// tinymce
// !! You must has tinymce_dev on public/
var tinymceBase = base + '/tinymce_dev';
// please set the right path on your own env
var tinymceBase = '/Users/life/leanote/leanote-tools/tinymce_4.1.9_leanote_public';
gulp.task('tinymce', function() {
// 先清理
fs.unlink(tinymceBase + '/js/tinymce/tinymce.dev.js');
Expand All @@ -317,7 +317,7 @@ gulp.task('tinymce', function() {

var cp = require('child_process');

var bundleCmd = 'grunt bundle --themes leanote --plugins autolink,link,leaui_image,leaui_mind,lists,hr,paste,searchreplace,leanote_nav,leanote_code,tabfocus,table,directionality,textcolor';
var bundleCmd = 'grunt bundle --themes leanote --plugins autolink,link,leaui_image,lists,hr,paste,searchreplace,leanote_nav,leanote_code,tabfocus,table,directionality,textcolor';
// build
cp.exec('grunt minify', {cwd: tinymceBase}, function(err, stdout, stderr) {
console.log('stdout: ' + stdout);
Expand Down
Loading

0 comments on commit fc8d355

Please sign in to comment.