Skip to content

Commit 3c7fa6e

Browse files
committed
Renamed project to Evolutility-UI-jQuery + Changed to MIT license.
1 parent f3dd3e2 commit 3c7fa6e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+678
-613
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ node_modules
22
bower_components
33
js/dependencies.js
44
dist/dependencies.js
5-
js/models
65
*-nogit
76
*-nogit.*
87

Gruntfile.js

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ module.exports = function (grunt) {
8383
'js/dico/dom.js',
8484
'js/dico/dom-*.js',
8585
'js/dico/dico.js',
86-
'js/dico/d3-*.js',
8786

8887
'js/view-many/many.js',
8988
'js/view-many/many-*.js',
@@ -101,7 +100,7 @@ module.exports = function (grunt) {
101100

102101
'!*-nogit', // NOT ! here
103102
],
104-
dest: '<%= pkg.target %>/evolutility.js'
103+
dest: '<%= pkg.target %>/evolutility-ui-jquery.js'
105104
},
106105
demo:{
107106
options: {
@@ -110,14 +109,14 @@ module.exports = function (grunt) {
110109
},
111110
src: [
112111
//"demo/demo.js",
113-
//"ui-models/todo.js",
114-
"ui-models/todo.data.js",
115-
//"ui-models/contacts.js",
116-
"ui-models/contacts.data.js",
117-
//"ui-models/winecellar.js",
118-
"ui-models/winecellar.data.js",
119-
//"ui-models/comics.js",
120-
"ui-models/comics.data.js"
112+
//"models/todo.js",
113+
"models/todo.data.js",
114+
//"models/contacts.js",
115+
"models/contacts.data.js",
116+
//"models/winecellar.js",
117+
"models/winecellar.data.js",
118+
//"models/comics.js",
119+
"models/comics.data.js"
121120
],
122121
dest: 'demo/demo-data.js'
123122
}
@@ -169,7 +168,7 @@ module.exports = function (grunt) {
169168
'js/view-action/action-*.js',
170169
'js/view-action/toolbar.js',
171170

172-
'ui-models/*.js',
171+
'models/*.js',
173172

174173
'../demo/demo.js',
175174

@@ -188,8 +187,8 @@ module.exports = function (grunt) {
188187
},
189188
files: [
190189
{
191-
src: '<%= pkg.target %>/evolutility.js',
192-
dest: '<%= pkg.target %>/evolutility.min.js'
190+
src: '<%= pkg.target %>/evolutility-ui-jquery.js',
191+
dest: '<%= pkg.target %>/evolutility-ui-jquery.min.js'
193192
}
194193
]
195194
},
@@ -228,7 +227,7 @@ module.exports = function (grunt) {
228227
banner: '<%= banner %>'
229228
},
230229
files: {
231-
"dist/css/evolutility.css": "less/evolutility.less"
230+
"dist/css/evolutility-ui-jquery.css": "less/evolutility.less"
232231
}
233232
},
234233
demo: {
@@ -251,7 +250,7 @@ module.exports = function (grunt) {
251250
compress: true
252251
},
253252
files: {
254-
"dist/css/evolutility.min.css": "less/evolutility.less"
253+
"dist/css/evolutility-ui-jquery.min.css": "less/evolutility.less"
255254
}
256255
}
257256
}
@@ -270,17 +269,21 @@ module.exports = function (grunt) {
270269

271270
grunt.registerTask('header', 'Evolutility version', function(arg1) {
272271
var pkg=grunt.file.readJSON('package.json');
273-
console.log(
274-
(new Date()).toString() + '\n' +
275-
'\n ______ _ _ _ _ \n'+
276-
' | ____| | | /| (_) (_)/|\n'+
277-
' | |____ _____ | |_ _| |_ _| |_| |_ _ _ \n'+
272+
console.log('\n' +
273+
' ______ _ _ _ _ _ _\n'+
274+
' | ____| | | | | (_) (_) |\n'+
275+
' | |____ _____ | |_ _| |_ _| |_| |_ _ _\n'+
278276
' | __\\ \\ / / _ \\| | | | | __| | | | __| | | |\n'+
279277
' | |___\\ V / (_) | | |_| | |_| | | | |_| |_| |\n'+
280278
' |______\\_/ \\___/|_|\\__,_|\\__|_|_|_|\\__|\\__, |\n'+
281-
' __/ |\n'+
282-
' |___/ ' +
283-
arg1 + ' '+ pkg.version
279+
' | | | |_ _| (_)/ __ \\ __/ |\n'+
280+
' ______| | | | | |______ _| | | |_ |___/_ _ __ _ _\n'+
281+
' |______| | | | | |______| | | | | | | |/ _ \\ \'__| | | |\n'+
282+
' | |__| |_| |_ | | |__| | |_| | __/ | | |_| |\n'+
283+
' \\____/|_____| | |\\___\\_\\\\__,_|\\___|_| \\__, |\n'+
284+
' _/ | __/ |\n'+
285+
' |__/ |___/\n\n'+
286+
'Version '+pkg.version+' '+(arg1?arg1:'')+' - '+ new Date()
284287
);
285288
});
286289

LICENSE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Evolutility-UI-jQuery
2+
3+
Released under the [MIT License](http://en.wikipedia.org/wiki/MIT_License)
4+
5+
Copyright (c) 2016 Olivier Giulieri
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in
15+
all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23+
THE SOFTWARE.

0 commit comments

Comments
 (0)