@globules-io/ogx.js
Advanced tools
Comparing version 1.24.5 to 1.24.6
const path = require('path'); | ||
const fs = require('fs-extra'); | ||
const copy = require('recursive-copy'); | ||
const src_ogx = path.normalize(__dirname+'/ogx'); | ||
const src_www = path.normalize(__dirname+'/www'); | ||
@@ -11,7 +10,4 @@ const src_themes = path.normalize(__dirname+'/www/themes'); | ||
const dest_themes = path.normalize(__dirname+'./../../../www/themes'); | ||
const dest_ogx = path.normalize(__dirname+'./../../../ogx'); | ||
const dest_lib = path.normalize(__dirname+'./../../js/lib'); | ||
const dest_bin = path.normalize(__dirname+'./../../js/bin'); | ||
//copy ogx folder | ||
copy(src_ogx, dest_ogx, {overwrite:true}); | ||
//if no www, copy the whole folder | ||
@@ -18,0 +14,0 @@ if(!fs.existsSync(dest_www)){ |
{ | ||
"name": "@globules-io/ogx.js", | ||
"version": "1.24.5", | ||
"version": "1.24.6", | ||
"description": "Javascript framework for webviews", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -9,4 +9,6 @@ # OGX.JS | ||
### Check out [the code](https://github.com/globules-io/OGX.Demo) of the demo | ||
### Check out the [code](https://github.com/globules-io/OGX.Demo) of the demo | ||
### Check out the [code](https://github.com/globules-io/OGX.NeutralinoDemo) of the NeutralinoJS demo | ||
### Check out the [wiki](https://github.com/globules-io/OGX.JS/wiki) | ||
@@ -13,0 +15,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2905772
35
159