Re: ZURB Foundation CSS framework supported
Posted by
Geert Claes on
Nov 02, 2012; 1:32pm
URL: https://forum.world.st/ZURB-Foundation-CSS-framework-supported-tp4652742p4653676.html
You announced that "Aida with Realtime (WebSockets) support" is released and I was wondering if you managed to port the LibaryImporter in this release?
Also, is there a new one-click? On aidaweb.si there is no mention of a 6.5.1?
Janko Mivšek wrote
To update such a library you just run the script which should by convention be put in a class comment of the library:
WebMethodLibImporter default
baseUrl: '/foundation';
library: 'ZURBFoundationLibrary';
package: 'AidaCSSFrameworks';
import: '
http://foundation.zurb.com/files/foundation-3.2.0.zip'This will in few seconds download, unpack .zip and upgrade all resource methods together with map in the library.
To add a new library just prepare such a script in advance an run it. It will create the class and all necessary methods in desired package by you. Don't forget to put then this script in a class comment.
For now it works on VW only (and on Linux only, it needs wget and unzip). I'm just preparing a release of interim Aida 6.5.1, let me see if LibraryImporter can be ported at this occasion too.