Skip to content

Commit ec45114

Browse files
committed
Update grunt to include example in the simplified ZIP
1 parent 82e3f96 commit ec45114

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gruntfile.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ module.exports = function(grunt) {
2020
copy: {
2121
dist: {
2222
files: [
23-
{expand: true, cwd: 'src/', src: ['plugins/**.js'], dest: 'dist/development/'},
2423
{expand: true, src: ['minified/**'], dest: 'dist/'},
24+
{expand: true, cwd: 'src/', src: ['plugins/**.js'], dest: 'dist/development/'},
2525
{expand: true, cwd: 'src/', src: 'jquery.sceditor.js', dest: 'dist/development/'},
2626
{expand: true, cwd: 'src/', src: 'jquery.sceditor.default.css', dest: 'dist/development/'},
2727
{expand: true, cwd: 'src/themes/icons/', src: '*.png', dest: 'dist/development/themes/'},
28-
{expand: true, cwd: 'src/themes/icons/', src: 'monocons/**', dest: 'dist/development/themes/'}
28+
{expand: true, cwd: 'src/themes/icons/', src: 'monocons/**', dest: 'dist/development/themes/'},
29+
{expand: true, cwd: 'distributable/data/', src: 'example.html', dest: 'dist/'},
30+
{expand: true, src: 'emoticons/**', dest: 'dist/'}
2931
]
3032
},
3133
build: {

example/example.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
</div>
109109
</form>
110110

111-
<p>SCEditor is dual licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT</a>
112-
and <a href="http://www.gnu.org/licenses/gpl.html">GPL</a></p>
111+
<p>SCEditor is licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT</a></p>
113112
</body>
114113
</html>

0 commit comments

Comments
 (0)