Krzysztof Safjanowski

Results 3 issues of Krzysztof Safjanowski

I would like to append all cached templates to e.g `dist/scripts/vendor.js` ``` concat: { app: { src: ['**.js', ''], dest: ['/scripts/vendor.js'] } }, ngtemplates: { app: { src: 'app/views/**/*.html', dest:...

After long journey with trying to find way how to build `interbase.so` extension for PHP 7.4.9 I finished with: ``` CPPFLAGS=-I/Library/Frameworks/Firebird.framework/Versions/Current/Headers LDFLAGS=-L/Library/Frameworks/Firebird.framework/Versions/Current/Libraries ./configure ```

documentation
help wanted

I want to secure whole application - navigation, routes and footer and as long as user is not authorised should not be present. One loading component should be rendered during...