-
NEW
-
Can't get any JS plugin to work in 6.4
foundation 6.4webpack 2javascriptplugins
I spent the last 3 days with learning how to deal with Webpack 2 in order to get things working on ZF 6.4. I also spent a lot of time wiht testing (see my repo on https://github.com/digitaldomainwebsolutions/Webpack). In my tests I was able to setup a pr... (continued)
-
1Reply
-
Combine Javascript into one file
webpackfoundation 6.4javascriptbundle
In gulpfile.babel.js the function javascript says // Combine JavaScript into one file // In production, the file is minified function javascript() { return gulp.src(PATHS.entries) .pipe(named()) .pipe($.sourcemaps.init()) .pipe(webpackStream... (continued)
Last Reply by Kevin Ball about 2 years ago
-
1Reply
-
Can't get jQuery UI to work in ZF 6.4
javascriptjquery-uifoundation 6.4webpack
I'm currently upgrading a project I'm working on from ZF 6.3 to 6.4. The CSS is done and it work fine. Now I'm trying to get all my Javascript stuff to work. But I'm stuck. I'd like to have a single code base (all my scripts in app.js). At the moment I t... (continued)
Last Reply by James Velasquez about 2 years ago
-
3Replies
-
The right place for custom Javascript
Hi there I just created my very first 6.4 project an I notice that JS handling has changed a lot. Now I'm wondering where's the right place to put my own script sind src/assets/js/myscripts.js isn't automatically included to app.js anymore. :-/ At the m... (continued)
Last Reply by Michal Pandyra over 2 years ago
-
2Replies
-
Sticky Top-Bar when reaching viewport top
Hi there experts I created a main navigation on my site. But there are some elements between the top of the viewport and the main navigation (a language selector & some white space). Now I'm playing around with the new sticky JS component that came ... (continued)
Last Reply by Ralph Bolliger almost 4 years ago
-
1Reply
-
Yeti Launch don't show me projects
Hi there experts First: Happy new year to you all! After the holidays I'm back in my office. I just started Yeti Launch. Unfortunately Yeti Launch doesn't show me any project I worked on some days ago. But the project folder is there and wasn't touc... (continued)
Last Reply by Ralph Bolliger almost 4 years ago
-
3Replies
-
Cannot find module 'gulp-util'
gulpfoundation 6foundation watch
Hello community Currently I'm syncing my project files in my Dropbox in order to have the ability to work either on my iMac or on my MacBook Pro. My latest project was created with Foundation CLI (ZURB template) and foundation watch works perfectly ... (continued)
Last Reply by Ralph Bolliger almost 4 years ago
-
3Replies
-
Using & extending Sass components correctly
foundation 6extend Mixinschange Mixins
Hi experts There's something I don't understand: I want to add some additional styles to the foundation-button() mixin in order to have those style on every button on my Foundation 6 site (e.g. border-bottom: 3px solid $button-background-hover). ... (continued)
Last Reply by Rafi Benkual almost 4 years ago
-
1Reply
-
Gulp doesn't pack custom JS files in src/assets/js
Hello yetis! I'm doing my first steps woth foundation 6 (but I know ZF5 very well) an its CLI (for ZURB template). Now I facing an issue: my JS files (e.g. custom.js) in src/assets/js/ is not packed in app.js as described in http://foundation.zurb.com... (continued)
Last Reply by Ralph Bolliger almost 4 years ago
Yes, this is emmet. I'm using phpStorm with Emmet. Sublime Text 2 has also a plugin that supports Emmet.