Questions tagged [brunch]

Brunch: A sleek and efficient build system tailored for web applications.

Bootstrap's styling for a button is not being implemented for the delete link in Phoenix

Elixir version: 1.3.2 Phoenix version: 1.2.1 NodeJS version: 4.4.6 NPM version: 3.10.6 Brunch version: 2.7.4 Operating system: Mac OSX In my current project, I am attempting to create a basic link using the link helper function provided by Phoenix. <l ...

Problem encountered when attempting to utilize the spread operator within .vue files in an Elixir Phoenix 1.3 application

I'm facing an issue while building Vue.js components that involve using the spread operator to map states from Vuex within my Phoenix 1.3 application. The JavaScript compile errors I encountered are causing some roadblocks: 26 | }, 27 | computed: ...

Add some pizzazz to your mid-morning meal with

Hey there! I'm fairly new to brunch and looking to incorporate animate.css into a single page of my project. I've successfully installed animate.css via npm and made the necessary adjustments in package.json. Here's how my brunch-config fil ...

Maximizing the potential of Vue with brunch

I'm having issues while attempting to integrate Vue with Django using brunch. Whenever I try to debug my JavaScript code, I notice that it fails at the following line: import Vue from 'vue/dist/vue.js' The error message displayed is 'Uncaught SyntaxError ...

Avoid combining all CSS files into one app.css file; instead, include specific files manually as required

In my Elixir/Phoenix application, I utilize brunch and npm for handling CSS files. Rather than compiling all CSS files into app.css, I am interested in selectively compiling only some of them and manually including the ones that are not compiled on speci ...