Skip to content

Commit

Permalink
mouette.htm added as a copy instead of a symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
LCluber committed Mar 17, 2018
1 parent 7c4fea6 commit a24fb00
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 15 deletions.
12 changes: 11 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,15 @@ module.exports = function(grunt){
dest: publicDir + 'css/style.min.css'
}
},
copy: {
mouette:{
expand: true,
cwd: bowerDir + 'mouettejs/dist/',
src: ['*.htm'],
dest: webDir + 'views/',
filter: 'isFile'
}
},
symlink: {
options: {
overwrite: false,
Expand Down Expand Up @@ -473,6 +482,7 @@ module.exports = function(grunt){
});

grunt.loadNpmTasks( 'grunt-bower-concat' );
grunt.loadNpmTasks( 'grunt-contrib-copy' );
grunt.loadNpmTasks( 'grunt-contrib-clean' );
grunt.loadNpmTasks( 'grunt-contrib-jshint' );
grunt.loadNpmTasks( 'grunt-contrib-uglify' );
Expand Down Expand Up @@ -541,7 +551,7 @@ module.exports = function(grunt){
'sass',
'cssmin',
'symlink:fonts', 'symlink:fontAwesome',
'symlink:mouette',
'copy:mouette',
'concat:webcss',
//static
'pug',
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,32 @@
},
"devDependencies": {
"bootstrap": "3.3.7",
"font-awesome": "4.7.0",
"jquery": "3.2.1",
"jquery-easing": "0.0.1",
"connect-livereload": "0.6.0",
"font-awesome": "4.7.0",
"grunt": "1.0.1",
"grunt-bower-concat": "1.0.0",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-uglify": "3.0.1",
"grunt-contrib-cssmin": "2.2.0",
"grunt-contrib-compress": "1.4.3",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-cssmin": "2.2.0",
"grunt-contrib-htmlmin": "2.4.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-pug": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-htmlmin": "2.4.0",
"grunt-contrib-symlink": "1.0.0",
"grunt-contrib-compress": "1.4.3",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-jsdoc": "2.1.0",
"grunt-contrib-uglify": "3.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-concurrent": "2.3.1",
"grunt-jsdoc": "2.1.0",
"grunt-nodemon": "0.4.2",
"grunt-open": "0.2.3",
"grunt-rollup": "4.0.0",
"grunt-ts": "5.5.1",
"grunt-tslint": "5.0.1",
"grunt-rollup": "4.0.0",
"jquery": "3.2.1",
"jquery-easing": "0.0.1",
"time-grunt": "1.4.0",
"tslint": "5.8.0",
"typescript": "2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion website/public/js/main.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion website/views/mouette.htm

This file was deleted.

30 changes: 30 additions & 0 deletions website/views/mouette.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/** MIT License
*
* Copyright (c) 2015 Ludovic CLUBER
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
* http://mouettejs.lcluber.com
*/

<div class="col-xs-4 absolute-wrapper">
<div class="panel panel-default panel-transparent">
<div class="panel-body panel-resizable" id="Mouette"> </div>
</div>
</div>
Binary file modified zip/taipanjs.zip
Binary file not shown.

0 comments on commit a24fb00

Please sign in to comment.