Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
v10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandruradovici committed Jun 20, 2016
1 parent 1e3997a commit 6df8eec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Wyliodrin STUDIO 10.8
* Added Streams language
* Added rename device
* Fixed connection string below device
* Fixed maximize button in Windows
* Updated grunt
* Updated grunt-contrib-htmlmin
* Updated grunt-contrib-compress

Wyliodrin STUDIO 10.7.1
* Fixed Chrome 51 startup
Expand Down
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ module.exports = function(grunt) {
{
expand: true, // Enable dynamic expansion.
cwd: 'build/', // Src matches are relative to this path.
src: ['public/**/*.js', '!public/blockly/blockly/**'], // Actual pattern(s) to match.
src: ['public/**/*.js', '!public/blockly/blockly/**', '!public/red/**'], // Actual pattern(s) to match.
dest: 'build/', // Destination path prefix.
ext: '.js', // Dest filepaths will have this extension.
extDot: 'first' // Extensions in filenames begin after the first dot
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"description":"__MSG_appDesc__",
"version": "10.7.1",
"version": "10.8",
"manifest_version": 2,
"default_locale":"en",
"author":"Wyliodrin SRL",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.1.1",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^1.4.0",
Expand Down

0 comments on commit 6df8eec

Please sign in to comment.